The backend of Reconfigure.io
- Install Docker Compose
- run
docker-compose upin 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_urlquery 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 upin 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_urlquery param to get redirected to specific url after login.