Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 18 days 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