oidc authentication
This commit is contained in:
2
backend/migrations/20250808160437_users_oidc.sql
Normal file
2
backend/migrations/20250808160437_users_oidc.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE users ALTER COLUMN hash DROP NOT NULL;
|
||||
ALTER TABLE users ADD COLUMN oidc_sub VARCHAR UNIQUE;
|
||||
Reference in New Issue
Block a user