Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thepatrickniyo/nextjs-auth0

implementing auth0 in nextjs using provided auth0 SDK for nextjs
https://github.com/thepatrickniyo/nextjs-auth0

auth0 nextjs nextjs-auth0-sdk

Last synced: 7 days ago
JSON representation

implementing auth0 in nextjs using provided auth0 SDK for nextjs

Awesome Lists containing this project

README

        

# Nextjs Auth0 Starter
Implementaion of Auth0 using Provided Nextjs Auth0 SDK

## Getting started
- [X] clone the [repo](https://github.com/PatrickNiyogitare28/nextjs-auth0)
- [X] run `yarn install` or `npm install`
- [X] run `yarn dev` or `npm run dev` to start the production server

## Prerequisites
- [X] signup/signin with [auth)](https://auth0.com/)
- [X] create an auth app of SINGLE PAGE PROJECT
- [X] upon auto generated `domain`, `clientId` & `clientSecret` set up your
- redirectUri or callBackUr
> e.g: http://localhost:3000/api/callback for development environment
- postLogoutUri or logoutUri
> e.g http://localhost:3000/ for development environment
- [X] create `.env` file at the root of the project
- [X] populate all env variables with their respective values
-
> Your both remote and local redirectionUri should be the same also the postLogout as well

## LICENSE
[MIT](https://github.com/PatrickNiyogitare28/nextjs-auth0/blob/master/LICENSE)

## Author
- [email protected]
- [@niyogitare](https://twitter.com/niyogitare)