mirror of
https://git.nolog.cz/NoLog.cz/anon.git
synced 2025-01-31 05:03:35 +01:00
add README
This commit is contained in:
parent
8055908c6d
commit
cc56cbe0cf
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# ^NON
|
||||
|
||||
Extremely rudimentary OIDC provider. Users hold account numbers from which
|
||||
their identities are derived on-demand.
|
||||
|
||||
Each identity is separate for different services, but can be accessed from a
|
||||
single account number. ^NON does not have a database of the users, so nobody
|
||||
can correlate user information across services.
|
||||
|
||||
## Installation
|
||||
|
||||
1. build binary with `cargo`
|
||||
|
||||
2. fill out `config.toml.sample`. The server expects a file called
|
||||
`config.toml` in its working directory.
|
||||
|
||||
3. Enjoy :)
|
Loading…
Reference in a new issue