~emersion/sinwon

A simple OAuth 2 server
10 days ago
17 days ago

#sinwon

sinwon is a simple OAuth 2 server for small deployments. sinwon exposes an authentication server for use by other services to offer single sign-on. sinwon uses a SQLite database.

#Building

go build

#Usage

sinwon [-config <config>]

See an example configuration file in config.in.

#License

AGPLv3 only, see LICENSE.