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
/auth/refresh endpoint returns tokens with expierydate 30 days into the future no matter what is passed in the expiresInMins parameter.
Looking at the code i suspect the issue is that expiresInMins is not passed on to the tokengeneratormethod(s) in line 82 and 83 of auth.js
The text was updated successfully, but these errors were encountered:
I've submitted a PR to fix the issue with token expiration in /auth/refresh by correctly passing the expiresInMins parameter and setting a default of 60 minutes as per the documentation: #94.
Could you please review and merge it when you get a chance? Let me know if there are any changes or improvements you'd like me to make!
Thank you for your time and for maintaining this awesome project! 🙌
/auth/refresh endpoint returns tokens with expierydate 30 days into the future no matter what is passed in the expiresInMins parameter.
Looking at the code i suspect the issue is that expiresInMins is not passed on to the tokengeneratormethod(s) in line 82 and 83 of auth.js
The text was updated successfully, but these errors were encountered: