Replies: 1 comment
-
I need to add the same feature to my app, it would be very helpful to have some orientation on how to do it. @redimongo Were you able to accomplish this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know about others but JWT session while helpful, they can create issues and for applications that need to limit 1 user per session and prevent users from logging in on multiple accounts (ie: banks), it almost makes it impossible without adding extra lines of code which is what I am currently having to do, to add the JWT session inside the session collection inside Mongodb.
I wish there was an easier way, that allowed developers who want to not rely on Auth0 (which is paid) to create a oAuth server quick and easy - but until I find that solution I need away to do this with just username and password.
is there away to store CredentialsProvider JWT session inside the database - even if not officially supported.
Beta Was this translation helpful? Give feedback.
All reactions