- Project was bootstrapped with Create React App.
- Added Auth0 steps steps from auth0.com/docs/quickstart/spa/react
- Further enhancements applied as documented in blog post or visible in code changes
Auth token is sent over to the API via authrization header. API checks its validity and responds appropriately. In particular Profile
component is using the API. Authorization header is populated through axios
request interceptor.
API Base URL | API Github repository |
---|---|
https://te60oj36jd.execute-api.eu-west-1.amazonaws.com/Prod/ | https://github.com/ivarprudnikov/auth0-micronaut-template |