kumidc/core/migrations
Kumi da49ddabcc
Add Django CAS authentication support
Introduce support for Central Authentication Service (CAS) alongside existing OIDC and SAML by integrating a new CAS server app and custom CAS authentication user model. Streamline sign-in infrastructure with updated URL patterns. As part of the update, refactor user model `username` resolution to leverage the email field directly. Includes necessary Django migrations to support new authentication features and removes a deprecated OIDC provider dependency.
2023-12-24 09:16:55 +01:00
..
0001_initial.py Initial commit 2022-08-02 10:29:58 +02:00
0002_profile.py Lots of frontend work 2022-08-04 13:15:10 +02:00
0003_auto_20220803_1854.py Lots of frontend work 2022-08-04 13:15:10 +02:00
0004_remove_user_last_activity.py Lots of frontend work 2022-08-04 13:15:10 +02:00
0005_profile_last_name.py Add missing last_name field to profile... 2022-08-05 09:03:20 +02:00
0006_authorizationlog.py Add Django CAS authentication support 2023-12-24 09:16:55 +01:00
__init__.py Initial commit 2022-08-02 10:29:58 +02:00