Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedhavyas/oauth2_central
oauth2 sso for multiple services
https://github.com/vedhavyas/oauth2_central
go golang oauth2 oauth2-provider oauth2-sso
Last synced: about 15 hours ago
JSON representation
oauth2 sso for multiple services
- Host: GitHub
- URL: https://github.com/vedhavyas/oauth2_central
- Owner: vedhavyas
- License: mit
- Created: 2016-06-04T04:18:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T00:01:38.000Z (over 8 years ago)
- Last Synced: 2024-06-20T05:13:18.859Z (8 months ago)
- Topics: go, golang, oauth2, oauth2-provider, oauth2-sso
- Language: Go
- Homepage:
- Size: 153 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Central oauth2 sso for services
[![Build Status](https://travis-ci.org/vedhavyas/oauth2_central.svg?branch=master)](https://travis-ci.org/vedhavyas/oauth2_central)
[![GoDoc](https://godoc.org/github.com/vedhavyas/oauth2_central?status.png)](https://godoc.org/github.com/vedhavyas/oauth2_central)
[![Go Report Card](https://goreportcard.com/badge/github.com/vedhavyas/oauth2_central)](https://goreportcard.com/report/github.com/vedhavyas/oauth2_central)
## Config File
Rename config.json.example to config.json and fill in all detailsPass the path of the config file as command line argument like this - ./oauth2_central -config-file=path/to/file
if none is passed, program will look for config.json in the project root.## Test, Install, and Run
`make all` to test and build the project
`./oauth2_central` to run the project