.. |
templates
|
refactor: use 'url_for' in templates instead of static urls
|
2023-12-25 20:15:21 +01:00 |
__init__.py
|
Moved oidc blueprints in a dedicated file
|
2023-04-09 11:31:23 +02:00 |
authorizations.py
|
feat: split installation in different extras packages
|
2023-08-17 14:34:30 +02:00 |
basemodels.py
|
doc: client attribute description based on oauth/oidc specs
|
2023-12-14 23:22:33 +01:00 |
blueprints.py
|
refactor: template overhaul
|
2023-08-14 15:28:20 +02:00 |
clients.py
|
refactor: remove an useless OIDC guard
|
2023-11-24 12:45:41 +01:00 |
commands.py
|
Moved every model import to canaille.models
|
2023-05-20 20:02:00 +02:00 |
consents.py
|
feat: flask-babel and pytz are now part of the front extras
|
2023-09-01 10:46:56 +02:00 |
endpoints.py
|
fix: post_logout_redirect_uris was ignored during OIDC dynamic registration
|
2023-12-23 21:32:31 +01:00 |
forms.py
|
refactor: form model attributes coercion
|
2023-11-22 11:30:30 +01:00 |
installation.py
|
Refactored keypair management
|
2023-07-01 19:06:26 +02:00 |
models.py
|
fix: OIDC client 'client_secret_expires_at' claim must be 0, not None
|
2023-11-23 09:15:40 +01:00 |
oauth.py
|
fix: post_logout_redirect_uris was ignored during OIDC dynamic registration
|
2023-12-23 21:32:31 +01:00 |
tokens.py
|
feat: flask-babel and pytz are now part of the front extras
|
2023-09-01 10:46:56 +02:00 |
utils.py
|
feat: flask-babel and pytz are now part of the front extras
|
2023-09-01 10:46:56 +02:00 |
well_known.py
|
feat: OIDC prompt=create implementation
|
2023-12-23 19:37:48 +01:00 |