Django REST Framework Authentication with Auth.js

Posted on 18 July 2023
This tutorial looks at how to implement a Django REST-based authentication system (via Django REST Framework) and integrate it with Auth.js (formerly known as NextAuth.js) on the frontend. It covers setting up credentials-based authentication as well as social authentication with Google.
Publisher: testdriven.io
Topics:
#auth
#django
#react