mirror of
https://git.nolog.cz/NoLog.cz/anon.git
synced 2025-01-31 05:03:35 +01:00
497 B
497 B
^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
-
build binary with
cargo
-
fill out
config.toml.sample
. The server expects a file calledconfig.toml
in its working directory. -
Enjoy :)