feat: support authentik aouth2.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-10 16:01:30 +00:00
parent 19705b158c
commit 91d568bcd9
20 changed files with 697 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE domains
ADD authentikProvider BOOLEAN NOT NULL DEFAULT true;