~emersion/sinwon

A simple OAuth 2 server
Cascade deletes in DB schema
Inline foreign key definitions in DB schema
Turn on SQLite foreign keys

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~emersion/sinwon
read/write
git@git.sr.ht:~emersion/sinwon

You can also use your local clone with git send-email.

#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.