Replies: 2 comments 1 reply
|
Hey, You could register your own credentials provider, but I don't think that makes sense. That's because Payload gets the session from Auth.js, which would return the user from Payload. Just use the native Payload authentication strategy without anything from Auth.js, as you normally would without this plugin. |
1 reply
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.
Hi, I was wondering if
signIn('credentials')is already usingpayload.loginor if I need to call that inauthorizeAll reactions