The Expenses API is an example application that implements oAuth 2 API protection.
This version of the expense api is the starting place used in A0FUN-M06-L01 Working with APIs.
ISSUER_BASE_URL=https://your-tenant.region.auth0.com \
npm start
Endpoint | Secure | Scopes |
---|---|---|
/ |
❌ | |
/total |
❌ | |
/reports |
✅ | read:reports |