Naive OpenID Provider Server
Go to file
Aydin Mercan cac70ae717
random progress
2022-12-03 16:26:51 +03:00
.github/workflows initial commit 2022-09-25 20:50:19 +03:00
example random progress 2022-12-03 16:26:51 +03:00
src random progress 2022-12-03 16:26:51 +03:00
.gitignore initial commit 2022-09-25 20:50:19 +03:00
.gitsigners initial commit 2022-09-25 20:50:19 +03:00
Cargo.lock random progress 2022-12-03 16:26:51 +03:00
Cargo.toml random progress 2022-12-03 16:26:51 +03:00
LICENSE initial commit 2022-09-25 20:50:19 +03:00
README.md random progress 2022-12-03 16:26:51 +03:00
schema.sql random progress 2022-12-03 16:26:51 +03:00

README.md

ChibiAuth

Naive IAM server.

Development

We prefer commit signing via SSH. The allowed signers are listed in .gitsigners. To verify, a gitconfig entry such as the following is likely needed:

[gpg.ssh]
    allowedSignersFile = .gitsigners

License

This repository is licensed under the EUPL-1.2. An English copy of the license text is available under LICENSE.