auth0-integration 0.2.0

Auth0 client library for M2M token retrieval and JWT validation (RS256)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Auth0 application credentials
# Found at: https://manage.auth0.com -> Applications -> Your App -> Settings
AUTH0_DOMAIN=your-tenant.us.auth0.com
AUTH0_CLIENT_ID=your_client_id
AUTH0_CLIENT_SECRET=your_client_secret

# The API audience (identifier) registered in Auth0 -> APIs
AUTH0_AUDIENCE=https://your-api-identifier

# Service port
PORT=8080

# Log level (trace | debug | info | warn | error)
RUST_LOG=auth0_integration=debug,tower_http=debug