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
Macaroons run into the flaw where they rely on HMAC based signatures to produce tokens. On the Sonr Blockchain the KDF function which produces these tokens is deterministic. In order to avoid fraudulent JWT based access - we leverage Biscuit Tokens which fully encode Authorization scopes using public-key cryptography.
Description
Macaroons run into the flaw where they rely on HMAC based signatures to produce tokens. On the Sonr Blockchain the KDF function which produces these tokens is deterministic. In order to avoid fraudulent JWT based access - we leverage Biscuit Tokens which fully encode Authorization scopes using public-key cryptography.
Associated Files
proto/macaroon/*
x/macaroon/*
References
The text was updated successfully, but these errors were encountered: