feat: oidc

This commit is contained in:
DecDuck
2025-05-07 22:14:04 +10:00
parent e8633ceca2
commit 19ff73cc30
16 changed files with 533 additions and 146 deletions
+1
View File
@@ -1,5 +1,6 @@
enum AuthMec {
Simple
OpenID
}
model LinkedAuthMec {
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "AuthMec" ADD VALUE 'OpenID';
+1 -1
View File
@@ -1,3 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (e.g., Git)
provider = "postgresql"
provider = "postgresql"