gregrickaby / nextjs-wordpress

💀 It's headless WordPress!

Home Page:https://nextjswp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature request: Registration and Login

Pfurr opened this issue · comments

commented

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?

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

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