Première implementation de sso

This commit is contained in:
2026-08-03 13:05:09 +00:00
commit a494199820
31 changed files with 440 additions and 0 deletions

5
authentification/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class AuthentificationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'authentification'