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
Is your feature request related to a problem? Please describe.
JWT token generated now remains forever. It is not secure for the system
. Describe the solution you'd like
Add Expire options in the newToken function in auth,js in utils.
Is your feature request related to a problem? Please describe.
JWT token generated now remains forever. It is not secure for the system
.
Describe the solution you'd like
Add Expire options in the newToken function in auth,js in utils.
Additional context
https://www.npmjs.com/package/jsonwebtoken
The text was updated successfully, but these errors were encountered: