You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Hello,
I have a token issued on 18/12/2024 and expired on 17/01/2025.
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'])
aspublic checkAuth(@Header('Authorization') Authorization?: string, @Header('authorization') authorization?: string, @Query() refresh?: string): AccessToken
attribute in auth.controller.ts ?The text was updated successfully, but these errors were encountered: