auth: work on adding google auth via invite

This commit is contained in:
2025-03-14 01:08:42 -07:00
parent 073bf65094
commit 02ff13e4d3
19 changed files with 577 additions and 100 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `users` ADD `auth_source` text DEFAULT 'authentik' NOT NULL;