Add more information to the tokens
See original GitHub issueHello
Big fan of the package!
I’ve been trying for few hours now to find an efficient way to store more information to the tokens when JWT_BLACKLIST_ENABLED is True. As far as I can tell the only way to access the token is using get_stored_token(jti), but I don’t have access to the jti.
I am trying to avoid using get_stored_tokens(identity) and going over the list.
Any suggestions?
Thanks
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
Tokens - Auth0
Describes the types of tokens related to identity and authentication and how they are used by Auth0.
Read more >Assigning Tokens to Identities - Avigilon
To create tokens and assign them to an identity: Select Identities > Identities. Search for an identity. For more information, see Searching for...
Read more >Creating a personal access token - GitHub Docs
A token with no assigned scopes can only access public information. For more information, see "Available scopes". Click Generate token. To use your...
Read more >Persist additional claims and tokens from external providers in ...
An ASP.NET Core app can establish additional claims and tokens from external authentication providers, such as Facebook, Google, Microsoft, ...
Read more >Customize tokens returned from Okta with custom claims
Include app-specific information in a custom claim ... If you want to include certain app-specific information in a token claim, you can do...
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

Done! https://github.com/vimalloc/flask-jwt-extended/pull/51
I was also curious why wasn’t
simplekvincluded in requirements.txt?Thanks! 👍
And good catch with the reqiurements.txt, it absolutely should be in there. Looks like it was accidently removed in adff7b2affe6647d1f9d00864b2ba21b9605b8f6. I’ll get it re-added