feat(auth): Use allauth and setup dev login

This commit is contained in:
Tom Hubrecht 2024-05-28 08:36:14 +02:00
parent 411a3664ec
commit f69c69e73e
15 changed files with 208 additions and 36 deletions

View file

@ -60,6 +60,7 @@ in
CREDENTIALS_DIRECTORY = builtins.toString ./.credentials;
DGSI_DEBUG = "true";
DGSI_STATIC_ROOT = builtins.toString ./.static;
DGSI_KANIDM_CLIENT = "dgsi_test";
};
shellHook = ''