evilpacket / expenses-api

Home Page:expenses-api.evilpacket.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth0 Open Source Software

Expenses API Express

The Expenses API is an example application that implements oAuth 2 API protection.

Version 1.0

This version of the expense api is the starting place used in A0FUN-M06-L01 Working with APIs.

Run Local:

ISSUER_BASE_URL=https://your-tenant.region.auth0.com \
npm start

Required Scopes

Endpoint Secure Scopes
/
/total
/reports read:reports

About

expenses-api.evilpacket.vercel.app


Languages

Language:JavaScript 56.8%Language:Dockerfile 43.2%