Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spy16/bifrost

🌈 Bifrost is an OAuth2 demo application written in Go
https://github.com/spy16/bifrost

go golang oauth2 oauth2-client playground single-sign-on

Last synced: 15 days ago
JSON representation

🌈 Bifrost is an OAuth2 demo application written in Go

Awesome Lists containing this project

README

        

# 🌈 Bifrost

An OAuth2 Playground written in `Go` (or `Golang`).

## Usage

1. Register an application with the OAuth2 provider and get `client_id` and `client_secret`.
2. Create a config file by following format of `config.toml`
3. Run the playground with `bifrost -config my-config.toml -addr ":8083"`
4. Open `http://localhost:8083` on your browser