Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thepatrickniyo/nextjs-auth0
- Owner: thepatrickniyo
- License: mit
- Created: 2021-08-20T21:17:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T01:15:50.000Z (over 3 years ago)
- Last Synced: 2025-01-16T01:26:55.675Z (16 days ago)
- Topics: auth0, nextjs, nextjs-auth0-sdk
- Language: TypeScript
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)