-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strapi internal email-password login method #39
Comments
Hey @lifehome, I'd be interested by this too, did you figured out ? |
@lenybernard |
@NuggetOfOdium Would you be interested in creating a pull request with the changes that you suggested? |
@ghoshnirmalya Sure thing, ill look into it on the weekend |
Hi,
First of all, huge thanks to @ghoshnirmalya for the boilerplate, really appreciate it!
It is however, I plan to use the default "Users" collection sits inside Strapi, with the "Email" provider.
Does anyone succeed with such a combination? I am currently trying to implement a "Credentials" provider from NextAuth, but sadly despite I stuff the user object with user id, email and even the JWT token returned from
/auth/local
at Strapi side, I am still confused how to use such method to call methods from Strapi, e.g. authenticated GraphQL queries.Here is my ugly code referencing the boilerplate, still debugging, so it might not work:
Regards,
Ivan
The text was updated successfully, but these errors were encountered: