You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.cargo | 3 months ago | |
.github/workflows | 3 months ago | |
doc | 3 months ago | |
src | 3 months ago | |
.gitignore | 3 months ago | |
Cargo.lock | 3 months ago | |
Cargo.toml | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
schema.sql | 3 months ago |
README.md
ChibiAuth
Naive OpenID Provider.
Documentation
Relevant info for development is inside the doc
folder.
For administration and usage, a reference handbook will be provided in the future.
Usage
chibiauth --database=/path/to/database/of/chibiauth.db --port 9909
- ChibiAuth will bind to localhost, bring your own TLS terminator.
- The database is just a SQLite file, feel free to use something like litestream.
License
This repository is licensed under the EUPL-1.2. An English copy of the license text is available under LICENSE
.