onsonr/sonr

Remove x/macaroon in favor of Biscuit Tokens

prnk28 opened this issue · 0 comments

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