-
Currently using the credentials provider and I already have my own backend database with a Users model that I don't want to touch or have nextauth connect to as it will break the Rails API. I saw the Custom models page but as I said, I'm not planning to use a database for this. How do I extend the User section so I can add in additional attributes? |
Beta Was this translation helpful? Give feedback.
Answered by
dayvough
Jun 7, 2021
Replies: 1 comment
-
Nevermind, found this: #312 Happy that that's around but whoever is reading this, the JWT token is important as someone else said: the token comes first and then is extended into the session. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dayvough
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, found this: #312
Happy that that's around but whoever is reading this, the JWT token is important as someone else said: the token comes first and then is extended into the session.