fast-auth-signer
fast-auth-signer copied to clipboard
Non Webauthn browsers can do FAK actions using the OIDC token stored in IndexedDB
Non webauthn browsers should call MPC service the sign endpoint whenever it needs to sign something with a FAK.
### Tasks
- [ ] Check that when the OIDC token expires the key associated with it expires too on the MPC service @itegulov
- [ ] Store the MPC claimed key in LocalStorage
- [ ] Confirm that upon token expire, it redirects to failure_url
This is a stopgap until we can have proper "Session Keys" aka FAKs that expire after a period of time