mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 20:38:17 +00:00
feat(fayda): add fayda verification endpoints and login-with-fayda
This commit is contained in:
@@ -1261,6 +1261,7 @@ model FaydaVerificationSession {
|
||||
state String @unique
|
||||
codeVerifier String
|
||||
purpose String @default("PURCHASE")
|
||||
platform String @default("WEB") // WEB | MOBILE — recorded for audit
|
||||
saveToAccount Boolean @default(false)
|
||||
status String @default("PENDING")
|
||||
errorCode String?
|
||||
|
||||
Reference in New Issue
Block a user