Lindenii Project Forge
Login

server

Vireo IdP server

Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!

Commit info
ID
aa684126b44a5a37e5ed0357e9f66aafe5907c27
Author
Author date
Mon, 19 Feb 2024 19:39:06 +0100
Committer
Committer date
Mon, 19 Feb 2024 19:39:06 +0100
Actions
readme: add usage
# 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

AGPLv3 only, see LICENSE.

[OAuth 2]: https://oauth.net/2/