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

Error with 1 year token availability #443

Open
frichard0 opened this issue Jan 20, 2025 · 1 comment
Open

Error with 1 year token availability #443

frichard0 opened this issue Jan 20, 2025 · 1 comment

Comments

@frichard0
Copy link

frichard0 commented Jan 20, 2025

Hello,

I have a token issued on 18/12/2024 and expired on 17/01/2025.

"iat": 1734555612,
"exp": 1737147612,
"jti": "1734555612"

Today is 20/01/2025 so the token has expired but in the scope of the one year renewal however I cannot renew my token and I receive an error 422.

Maybe it's due to @Security('jwt',['user']) as public checkAuth(@Header('Authorization') Authorization?: string, @Header('authorization') authorization?: string, @Query() refresh?: string): AccessToken attribute in auth.controller.ts ?

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
@frichard0 and others