We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you decode the Bearer token used to make requests to the backend, you will get: (data cropped for obvious reasons)
A quick search through the repository also shows no duration or exp values.
duration
exp
susunjadwal-backend/app/jwt_utils.py
Lines 5 to 13 in 0029867
susunjadwal-backend/app/utils.py
Lines 11 to 16 in 0029867
Generate every token with an expiry date.
Don't think this needs any explanation. https://gist.github.com/soulmachine/b368ce7292ddd7f91c15accccc02b8df
If anyone wants to fix this, feel free to do so :)
The text was updated successfully, but these errors were encountered:
Veivel
No branches or pull requests
This issue is a:
Current behavior:
If you decode the Bearer token used to make requests to the backend, you will get:
(data cropped for obvious reasons)
A quick search through the repository also shows no
duration
orexp
values.susunjadwal-backend/app/jwt_utils.py
Lines 5 to 13 in 0029867
susunjadwal-backend/app/utils.py
Lines 11 to 16 in 0029867
Requested behavior:
Generate every token with an expiry date.
Why this behavior is better:
Don't think this needs any explanation.
https://gist.github.com/soulmachine/b368ce7292ddd7f91c15accccc02b8df
Note
If anyone wants to fix this, feel free to do so :)
The text was updated successfully, but these errors were encountered: