feat: preselect user with id_token_hint
This commit is contained in:
parent
80f1272d26
commit
3301981869
3 changed files with 24 additions and 16 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
)
|
||||
|
||||
type AuthStorage interface {
|
||||
CreateAuthRequest(context.Context, *oidc.AuthRequest) (AuthRequest, error)
|
||||
CreateAuthRequest(context.Context, *oidc.AuthRequest, string) (AuthRequest, error)
|
||||
AuthRequestByID(context.Context, string) (AuthRequest, error)
|
||||
DeleteAuthRequest(context.Context, string) error
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue