mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
feat: oidc
This commit is contained in:
parent
7d545efa1e
commit
0e7c0ff22a
16 changed files with 533 additions and 146 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue