Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikemimik/web-app


https://github.com/mikemimik/web-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Regular Web Application

The Regular Web App is a simple express application that implements Auth0 authentication.

## Version 1.0

This version of the regular web app is the starting place used in A0FUN-M02-L01 Create an Application.

### Run Local:

```bash
ISSUER_BASE_URL=https://your-tenant.region.auth0.com \
CLIENT_ID=your-app-client-id \
npm start
```