Next.js Discord

Discord Forum

Auth

Unanswered
Giant panda posted this in #help-forum
Open in Discord
Giant pandaOP
Can anyone help. My backend is on Django and I'm using token authentication, how do I handle the authentication in NextJs14

2 Replies

you can leverage clerk and expect a webhook to save user data
Toyger
only write your custom logic for that, also theoretically possible to make custom provider in nextauth but probably it will be harder to implement.