Skip to content

Commit

Permalink
api: Remove the fullBearer parameter from all API requests
Browse files Browse the repository at this point in the history
This parameter indicates that a binary bearer token was requested via the
`/auth/bearer` request and is being used instead of wallet connect. However,
it's not difficult to detect this without the `fullBearer` parameter. If the
`X-Bearer-Signature` and `X-Bearer-Signature-Key` are absent in the request
header, we can assume that the received token is `fullBearer`.

Signed-off-by: Tatiana Nesterenko <[email protected]>
  • Loading branch information
tatiana-nspcc committed Aug 16, 2024
1 parent a4827bb commit 749c40d
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 361 deletions.
Loading

0 comments on commit 749c40d

Please sign in to comment.