Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spy16/bifrost
- Owner: spy16
- Created: 2019-08-25T15:36:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T15:46:53.000Z (over 5 years ago)
- Last Synced: 2023-03-10T13:36:48.743Z (almost 2 years ago)
- Topics: go, golang, oauth2, oauth2-client, playground, single-sign-on
- Language: Go
- Homepage:
- Size: 306 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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