mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
feat: oidc
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
enum AuthMec {
|
||||
Simple
|
||||
OpenID
|
||||
}
|
||||
|
||||
model LinkedAuthMec {
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
-- AlterEnum
|
||||
ALTER TYPE "AuthMec" ADD VALUE 'OpenID';
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user