Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.