Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)