A quick way to test using PropelAuth for ohack.dev using the quickstart guides for React and Flask.
Each frontend/backend folder needs a .env file
npm i
npm start
.env
file
REACT_APP_PROPELAUTH_AUTH_URL=<URL>
pip install -r requirements
- flask run --port=3001
.env
file
PROPELAUTH_API_KEY=<KEY>
PROPELAUTH_AUTH_URL=<URL>