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
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Changing password will trigger the access_token to be expired in JWT. But the endpoint don't return the new token, need the developer to login manually again.
Skygear Server Date/Version: v0.17.0
Application Platform: JS SDK
Is this a regression?
Attached logs, screenshots
Expected Results
The auth:password response will contain the new token.
Actual Results
Return the old token that is no long valid.
Steps to reproduce
The text was updated successfully, but these errors were encountered:
Changing password will trigger the
access_token
to be expired in JWT. But the endpoint don't return the new token, need the developer to login manually again.Expected Results
The
auth:password
response will contain the new token.Actual Results
Return the old token that is no long valid.
Steps to reproduce
The text was updated successfully, but these errors were encountered: