If using strategy 'jwt' do I need to implement full adapter for "email" provider? #4430
Unanswered
tombburnell
asked this question in
Help
Replies: 1 comment
-
For JWT-based sessions you can certainly omit (mock) the following:
|
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've been using github and facebook providers and just JWT for sessions.
I want to add the email provider now. From reading the docs it looks like I have to provide an Adapter to satisfy the verification token endpoints. I created those but I'm getting errors that I need to implement getUser and updateUser.
Do I have to implement the full Adapter spec and model to go with it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions