From aa684126b44a5a37e5ed0357e9f66aafe5907c27 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 19 Feb 2024 19:39:06 +0100 Subject: [PATCH] readme: add usage --- README.md | 14 +++++++++++++- diff --git a/README.md b/README.md index 6f900cafbce74151cec50740a9ea175ce86bc189..f046672e54986378fc7f00199319f255a253faea 100644 --- a/README.md +++ b/README.md @@ -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 ] + +See an example configuration file in `config.in`. ## License -- 2.48.1