Before you begin
Make sure to reach out to the Endaoment team to get your OAuth Credentials, which will allow you to log users into Endaoment from your application. You can do so by opening a ticket here.Environments
Endaoment provides three environments for integration development and testing:| Environment | Auth URL | API URL |
|---|---|---|
| Dev | https://auth.dev.endaoment.org/ | https://api.dev.endaoment.org/ |
| Staging | https://auth.staging.endaoment.org/ | https://api.staging.endaoment.org/ |
| Production | https://auth.endaoment.org/ | https://api.endaoment.org/ |
Working Code Sample
You can find the quickstart example
here,
frontend and backend folders each have their own README with instructions
on how to run the application.