Credential provider: session question (user object is different) #2853
Unanswered
madeinspace
asked this question in
Help
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
howdy,
When I authenticate a user using the authorize method from the Credentials provider the user object that I'm returning ({ id: 214, name: 'darebin' } ) is different in the session ie this is what I get when I console out both user and session in the session callback :
Where does this email:null, image:null come from? why hasn't it been replaced by the user object I returned ({ id: 214, name: 'darebin' } )
Beta Was this translation helpful? Give feedback.
All reactions