fix: revoke access token on duplicate auth code user (#786)

* fix: revoke access token on duplicate auth code user

* fix: review comments

* tests: fix tests
This commit is contained in:
Stavros
2026-04-14 12:45:27 +03:00
committed by GitHub
parent 578172d01e
commit 6f99e7acff
9 changed files with 113 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ type OidcToken struct {
Sub string
AccessTokenHash string
RefreshTokenHash string
CodeHash string
Scope string
ClientID string
TokenExpiresAt int64