feat: add auth_time, prompt, and max_age fields (#4662)

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
This commit is contained in:
Maksim Nabokikh
2026-03-19 15:53:15 +01:00
committed by GitHub
parent 7ec1760c6b
commit c3bc1d7466
35 changed files with 1558 additions and 51 deletions
+3
View File
@@ -81,6 +81,9 @@ func (AuthCode) Fields() []ent.Field {
field.Text("code_challenge_method").
SchemaType(textSchema).
Default(""),
field.Time("auth_time").
SchemaType(timeSchema).
Optional(),
}
}