Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 416 Bytes

User API

This is a simple express app that has one API endpoint (/users) protected with Auth0.

Follow the steps in examples/README.md to setup an Auth0 application and API.

Add a .env file to ./examples/users-api/.env With the domain and audience (your API identifier)

DOMAIN=your_domain
AUDIENCE=your_audience

Run npm start to start the API at http://localhost:3001