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
I have hit the login API 10-15 times. All the times it creates new refresh token under tokens database. This bug should be solved as well as the #267 issue.
The text was updated successfully, but these errors were encountered:
mdmuhtasimfuadfahim
changed the title
It adds new refresh token when another token is already exist under that user
It adds new refresh token when another token already exist for logged in user
Oct 25, 2023
It depends on your requirement. User can log in from multiple devices.
If your product does not allow the multiple device login you need to remove the refresh token else all good.
@chintanshahts yes. But with this boilerplate there is no device information is going at the time of login. So I think this would be a good solution and please check the issue #267. To solve this issue this might help.
I have hit the login API 10-15 times. All the times it creates new refresh token under tokens database. This bug should be solved as well as the #267 issue.
The text was updated successfully, but these errors were encountered: