Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timfuhrmann/next-auth0
https://github.com/timfuhrmann/next-auth0
auth0 nextjs nodejs react styled-components typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timfuhrmann/next-auth0
- Owner: timfuhrmann
- Created: 2021-07-02T12:16:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T16:25:03.000Z (over 2 years ago)
- Last Synced: 2024-10-19T07:13:21.640Z (3 months ago)
- Topics: auth0, nextjs, nodejs, react, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 618 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
Create a Regular Web Application using the Auth0 dashboard, configure your application (Application URIs) and fill in the missing environment variables.
Run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.