* 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
* Update WebAuthn registration and authentication to use new and safer flow
* Implement usernameless WebAuthn registration + Authentication
The username is solely stored in the client side for the end-user to conveniently refer to.
* Use updated SDK interface
* Implement executeJs in webauthn demo
* Show executeJs sig
* Fix username bug
* encodeURIComponent for username
* Use latest working SDK version
* Use serrano