项目作者: spy16

项目描述 :
🌈 Bifrost is an OAuth2 demo application written in Go
高级语言: Go
项目地址: git://github.com/spy16/bifrost.git
创建时间: 2019-08-25T15:36:46Z
项目社区:https://github.com/spy16/bifrost

开源协议:

下载


🌈 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