Open
Description
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?