fast-auth-signer icon indicating copy to clipboard operation
fast-auth-signer copied to clipboard

Non Webauthn browsers can do FAK actions using the OIDC token stored in IndexedDB

Open DavidM-D opened this issue 8 months ago • 0 comments

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

DavidM-D avatar Oct 26 '23 15:10 DavidM-D