Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I reduce length of JWT TOKEN #56

Closed
db-conception opened this issue Oct 8, 2020 · 1 comment
Closed

How can I reduce length of JWT TOKEN #56

db-conception opened this issue Oct 8, 2020 · 1 comment

Comments

@db-conception
Copy link

Hi,

How can I reduce the length of the JWT token generated ?

Regards,

David

@RobDWaller
Copy link
Owner

The only real way to do that is to reduce the amount of data you're storing in the payload of the JWT. You can also create JWTs without signatures, but this is not advisable.

But there is no way to shorten a JWT and for it to remain functional and compliant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants