Use with Headless WordPress as backend #3927
Replies: 4 comments
-
I am wondering about this feature also. Is there any update to use nextauth with headless wordpress + grahpql? |
Beta Was this translation helpful? Give feedback.
-
Hello, any new updates about this ? |
Beta Was this translation helpful? Give feedback.
-
We are all looking to solve this problem. Can we join hands together to build a plugin that solves this? |
Beta Was this translation helpful? Give feedback.
-
The only way I found was to create a fully customized adapter for it, therefore I don't know if I'm doing it in the "good" way, since it's a bunch of CRUD manually written and served via wpGraphql. The model I followed https://authjs.dev/getting-started/database#models |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use a headless WordPress + GraphQL as a backend that handles sign-up, login, ...?
Currently, I'm using WordPress as a headless cms for my Next.js project. I also found it possible to handle login, sign up and most of user-related things with plugins like wp-graphQL and its extensions like https://github.com/wp-graphql/wp-graphql-jwt-authentication.
However, I'm just getting started with NextAuth and have no idea how should I connect them together.
Do you have any tutorials, guides, or tips?
Any help is highly appreciated 😺
Beta Was this translation helpful? Give feedback.
All reactions