The backend of Reconfigure.io
- Install Docker Compose
- run
docker-compose up
in the top level directory. curl http://localhost:8080/ping
- Visit
http://localhost:8080/oauth/new-account
- Login with Github
- Use the generated token with our tooling
- If you need to view this token again visit https://localhost:8080/oauth/signin
- Optional
redirect_url
query param to get redirected to specific url after login.
Visit https://api.reconfigure.io/oauth/logout
. This will return a 204.
- Install Docker Compose
- run
docker-compose -f docker-compose.on-prem.yml up
in the top level directory. curl http://localhost:8080/ping
- Visit
http://localhost:8080/
- Enter an email address
- Use the generated token with our tooling
- If you need to view this token again visit https://localhost:8080/
- Optional
redirect_url
query param to get redirected to specific url after login.