gregrickaby / nextjs-wordpress

💀 It's headless WordPress!
https://nextjswp.com
MIT License
246 stars 50 forks source link

feature request: Registration and Login #87

Closed Pfurr closed 8 months ago

Pfurr commented 1 year ago

Congratulations on the project. I wanted to try this project, however I have a problem: I still need a front end that handles user registration and login. How is this possible?

denvergj commented 10 months ago

You can just create endpoints in the API and call them via the frontend NextJS.

gregrickaby commented 8 months ago

I agree with @denvergj. I would use https://next-auth.js.org/ and create a custom provider.