Lightweight identity and authorization management software
Find a file
2022-05-14 18:37:39 +02:00
canaille remove messages.mo from repository 2022-05-06 12:32:39 +02:00
demo The demo now uses poetry 2022-05-13 16:47:48 +02:00
doc Use poetry instead of setuptools 2022-05-13 11:55:12 +02:00
tests Bumped to authlib 1 2022-04-10 17:04:38 +02:00
.coveralls.yml Updated coveralss token 2020-10-21 15:05:38 +02:00
.gitignore pre-commit tox test 2021-12-20 23:57:27 +01:00
.gitlab-ci.yml Fixed CI, again 2022-05-13 12:07:33 +02:00
.pre-commit-config.yaml updated pre-commit 2022-04-04 17:52:35 +02:00
.readthedocs.yml Fixed readthedocs 2020-11-06 13:33:53 +01:00
build.py generate compiled translations (.mo files) when the package is built 2022-05-14 18:37:39 +02:00
CHANGES.rst Bumped to authlib 1 2022-04-10 17:04:38 +02:00
CONTRIBUTING.rst more documentation to help contributors 2022-05-06 17:00:32 +02:00
LICENSE.rst Documentation 2020-11-06 11:53:10 +01:00
Makefile style (end-of-line) 2022-05-06 12:45:22 +02:00
MANIFEST.in Fixed some packaging issues 2022-03-08 19:22:52 +01:00
poetry.lock Use poetry instead of setuptools 2022-05-13 11:55:12 +02:00
pyproject.toml Use poetry instead of setuptools 2022-05-13 11:55:12 +02:00
README.md make demo entirely runnable with docker-compose 2022-03-18 17:44:58 +01:00
setup.cfg Use poetry instead of setuptools 2022-05-13 11:55:12 +02:00
setup.py setup.cfg instead of requirements.txt 2020-08-19 11:45:02 +02:00

Canaille

Canaille is a French word meaning rascal. It is roughly pronounced Can I?, as in Can I access your data? Canaille is a simple account manager and an OpenID Connect provider based upon a LDAP database.

It aims to be very light, simple to install and simple to maintain. Its main features are :

  • Authentication and user profile edition against a LDAP directory;
  • "I forgot my password" emails;
  • Only OpenID Connect: no outdated or exotic protocol support;
  • No additional database required: everything is stored in your LDAP server;
  • Customizable, themable;
  • The code is easy to read and easy to edit, and you should!

Screenshots

Canaille login page Canaille profile page Canaille consent page

Try it!

cd demo
./run.sh # or `docker-compose up` to run it with docker

Documentation

⚠ Canaille is under heavy development and may not fit a production environment yet. However, contributions are welcome! ⚠