Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sulavgaire/nextjs_auth0
Implementing Auth0 with Nextjs is ezpz
https://github.com/sulavgaire/nextjs_auth0
Last synced: 3 days ago
JSON representation
Implementing Auth0 with Nextjs is ezpz
- Host: GitHub
- URL: https://github.com/sulavgaire/nextjs_auth0
- Owner: SulavGaire
- Created: 2024-06-22T06:13:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T06:29:19.000Z (5 months ago)
- Last Synced: 2024-06-23T07:36:53.621Z (5 months ago)
- Language: CSS
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js/TypeScript: Basic User Authentication
This TypeScript code demonstrates **how to implement user authentication** in Next.js web applications using Auth0. This Next.js code sample builds the web application following the App Router paradigm.
["Auth0 Developer Resources"](https://developer.auth0.com/resources), a place where you can explore the authentication and authorization features of the Auth0 Identity Platform.page to learn how to implement user authentication step by step and how to integrate it with an external API server of your choice.
# Reference
["Next.js Authentication By Example: Using App Router"](https://developer.auth0.com/resources/guides/web-app/nextjs/basic-authentication)