Ecosyste.ms: Awesome
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: 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.
- Host: GitHub
- URL: https://github.com/mujahidfa/django_nextjs_auth
- Owner: mujahidfa
- Created: 2022-12-19T03:16:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T02:17:25.000Z (over 1 year ago)
- Last Synced: 2024-12-14T15:12:47.288Z (26 days ago)
- Topics: django, django-rest-framework, jwt, next, next-auth, next-js, nextauth, nextauthjs, nextjs
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 44
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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