An open API service indexing awesome lists of open source software.

https://github.com/mujahidfa/django_nextjs_auth

Full TypeScript Next.js authentication using NextAuth.js in the frontend and Django Rest API as backend using JWT via username and password as credentials.
https://github.com/mujahidfa/django_nextjs_auth

django django-rest-framework jwt next next-auth next-js nextauth nextauthjs nextjs

Last synced: 3 months ago
JSON representation

Full TypeScript Next.js authentication using NextAuth.js in the frontend and Django Rest API as backend using JWT via username and password as credentials.

Awesome Lists containing this project

README

          

# Django + NextAuth.js a.k.a. Auth.js

Full TypeScript Next.js authentication using NextAuth.js in the frontend and Django Rest Framework as backend using JWT via username and password as credentials.

References:

- https://github.com/hillmark/next-auth-django
- https://github.com/nextauthjs/next-auth/discussions/1350