auth0-password-realm-poc
A tiny PoC that uses the Auth0 python library to get an access_token using the Password Realm grant type.
Add a .env
file like this:
AUTH0_DOMAIN=...
CLIENT_ID=...
CLIENT_SECRET=...
HC_USER_USERNAME=...
HC_USER_PASSWORD=...
Then run docker-compose build
and docker-compose run poc
.