You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we genreate a scoped session key & immediately add it to the keychain. It might be worth adding a utility which generates the session key & signs over it, but defers putting the message on-chain / combines it with the first on-chain action.
So e.g the E2E flow would be:
Passkey popup -- signs adding a new session key
Sign action w/o popup w/ session key
Submit (1) & (2) in bundle, (1) will add the session key in the contract, and (2) will succeed because that key will be valid then.
The text was updated successfully, but these errors were encountered:
Currently, we genreate a scoped session key & immediately add it to the keychain. It might be worth adding a utility which generates the session key & signs over it, but defers putting the message on-chain / combines it with the first on-chain action.
So e.g the E2E flow would be:
The text was updated successfully, but these errors were encountered: