Commit Graph

4 Commits

Author SHA1 Message Date
Howard
81a70959af
Fix session sigs (#7)
* Decouple Google OAuth sign in with Mint PKP step

* Use new signSessionKey SDK method

* Handle authentication separately from storing conditions

* Use auth-helpers package to generate session sigs correctly

* Use react-app-rewired to use config override for fixing webpack bundle

create-react-app default webpack config does not match against .cjs files, so we need to override the default config to bundle .cjs files from auth-helpers using CJS to import the .cjs file
from recap-ts.

* Implement encrypt / decrypt using session sigs

* Use latest js-sdk, use npm instead of yarn

yarn still installs tslib at 1.14.1, which breaks, whereas npm installs at 2.5.0
2023-05-17 17:14:36 -07:00
Chris Cassano
340696d7a5 update lit sdk 2023-04-15 17:41:05 +09:00
Chris Cassano
56a1b69243 cool, it works 2022-11-10 20:45:46 -08:00
Chris Cassano
c8f74eb708 Initialize project using Create React App 2022-11-08 14:46:40 -08:00