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
Users may waste money if this doesn't happen rapidly enough, unless:
add 'kid' string to each smart contract. The frontend calls kid(), checking that it matches the kid of the JWT. If not, the frontend issues a warning saying that the user should not submit and prevents submission to the smart contract with a stale key.
Users may waste money if this doesn't happen rapidly enough, unless: add 'kid' string to each smart contract. The frontend calls kid(), checking that it matches the kid of the JWT. If not, the frontend issues a warning saying that the user should not submit and prevents submission to the smart contract with a stale key.
The web2 server may change its public key and often has a jwks endpoint so people can access the pubkey any time. e.g. https://www.facebook.com/.well-known/oauth/openid/jwks/ or https://orcid.org/oauth/jwks
The text was updated successfully, but these errors were encountered: