~emersion/sinwon

aa684126b44a5a37e5ed0357e9f66aafe5907c27 — Simon Ser 7 months ago f135edf
readme: add usage
1 files changed, 13 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +13 -1
@@ 1,6 1,18 @@
# sinwon

sinwon is a simple [OAuth 2] server for small deployments.
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