feat: ( fayda ) implement verify with fayda

This commit is contained in:
Abubeker Yasin
2026-06-23 05:52:41 +03:00
parent d4bf9b457c
commit 44ae3f8a67
6 changed files with 73 additions and 171 deletions

View File

@@ -1271,7 +1271,7 @@ model FaydaVerificationSession {
id String @id @default(uuid())
state String @unique
codeVerifier String
purpose String @default("PURCHASE")
purpose String @default("VERIFY") // VERIFY | LOGIN
platform String @default("WEB") // WEB | MOBILE — recorded for audit
saveToAccount Boolean @default(false)
status String @default("PENDING")