This repository contains the code for a two-part article series that deals with connecting a Django Rest Framework backend with a Next.js + Next-Auth client with Social Authentication. In this example, we use OAuth with Google, but this can be extended to any arbitrary number of Providers.
Stars
58
Forks
17
Watchers
58
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
38
commits
Merge branch 'part-2' of https://github.com/mahieyin-rahmun/NextJsWithDRFExample into part-2
c4d9e35View on GitHub(client) fix an issue where "loading" would always be "true"
a7982cbView on GitHub