From 4f1ff1f3ee8c616772b4cdb6d73250ae28b531a1 Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Thu, 4 Jun 2026 00:24:08 +0200 Subject: [PATCH] docs: mention AGPL v3 license in README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d09270 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# bincio_auth + +Authentication and OIDC provider for the Bincio platform. + +## License + +[AGPL v3](LICENSE) — see the `LICENSE` file for details.