Note: this is a project still under development
Default credentials
Username: test@email.com
Password: root
| endpoint | description |
|---|---|
/login |
login for not authenticated users (handle_login.go) |
/oauth/v2/auth |
asks user to grant authorization, on completions redirects to redirect_uri (handle_authorize.go) |
For API references go here
$ git config core.hooksPath 'git-hooks'$ docker-compose run --rm oauthsrv go test ./...Tests are run inside an isolated docker container, when launched, it automatically
boots up the MongoDB and changes the default database to test-oidc
See here