Benefits of using next-auth, with a custom backend and custom JWT #3480
Unanswered
georgekrax
asked this question in
Help
Replies: 0 comments
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.
-
Can someone explain to me what are the advantages of using
next-auth
when having already set a custom Node.js backend with Express that generates it's own custom JWT tokens? I mean why would I bother when I have implemented a GraphQL API that handles basic auth flows and the frontend uses custom login and signup functionalities? I would really like to usenext-auth
in my frontend, especially if it becomes framework agnostic. But having to modify it to work with my custom Apollo GraphQL Server, has some difficulties and would like to know if it is worth the struggle.Thanks in advance for your help! 😊
Beta Was this translation helpful? Give feedback.
All reactions