You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than store session keys in browser in localstorage, we should explore whether it's feasible to use the Web Crypto API SubtleCrypto to generate, store, and sign with, new R1 session keys.
We'll also need a means of using creating, managing, and signing with these keys under the hood from JS. Maybe a hook?
The text was updated successfully, but these errors were encountered:
Rather than store session keys in browser in localstorage, we should explore whether it's feasible to use the Web Crypto API SubtleCrypto to generate, store, and sign with, new R1 session keys.
We'll also need a means of using creating, managing, and signing with these keys under the hood from JS. Maybe a hook?
The text was updated successfully, but these errors were encountered: