Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Problem issuing multiple jwt's for the same user #302

Closed
prateekrastogi opened this issue Oct 5, 2016 · 1 comment
Closed

Problem issuing multiple jwt's for the same user #302

prateekrastogi opened this issue Oct 5, 2016 · 1 comment

Comments

@prateekrastogi
Copy link

Hi,
I am trying to use feathers authentication for enabling spotify login. I generated the code through feathers cli, using mongodb as db. Right now, when a user doesn't exist in the db, I am able to successfully authenticate the user. But, when I try to login to same account from different pc/browser. I am finally being redirected to auth/failure route. But, if I delete that user from db, and then try to login user again from that different browser. I am successfully able to do so. In short, seems like my app is not being able to issue multiple jwt for a single user. Any, pointer in the right direction would be of great help. Thanks in advance.

@prateekrastogi
Copy link
Author

Turns out to be problem with mongoose and patch method not working in harmony. Please refer this issue. #244

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant