mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
Improve OpenID login flow security
This commit is contained in:
parent
d47a11cfc2
commit
22ebf72b6b
5 changed files with 77 additions and 28 deletions
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- A unique constraint covering the columns `[client_id]` on the table `Application` will be added. If there are existing duplicate values, this will fail.
|
||||
|
||||
*/
|
||||
-- CreateIndex
|
||||
CREATE UNIQUE INDEX "Application_client_id_key" ON "Application"("client_id");
|
||||
Loading…
Add table
Add a link
Reference in a new issue