Setup Development Environment
Auth Server Setup
git clone https://github.com/GDP-ADMIN/didPass.gitSet Environment Variables

Auth0 Create New Application 
APP_ISSUER=https://<placeholder(Auth0 Application Domain)>/ JWKS_URL=https://<placeholder(Auth0 Application Domain)>/.well-known/jwks.jsonAPP_AUDIENCE=<placeholder(Auth0 Application Client ID)>

Pinata Create New Key PINATA_API_KEY=<placeholder(Pinata API key)>PINATA_SECRET_API_KEY=<placeholder(Pinata Secret API key)>
Last updated