Skip to content

ale-cci/oauthsrv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuthSrv

Note: this is a project still under development

Usage:

Default credentials

Username: test@email.com
Password: root
Application endpoints:
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

Contributing

$ git config core.hooksPath 'git-hooks'

Run Test suite

$ 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

MongoDB schema:

See here

About

OIDC authentication microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages