mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-16 02:36:10 +00:00
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:
@@ -19,6 +19,7 @@ type OidcToken struct {
|
||||
Sub string
|
||||
AccessTokenHash string
|
||||
RefreshTokenHash string
|
||||
CodeHash string
|
||||
Scope string
|
||||
ClientID string
|
||||
TokenExpiresAt int64
|
||||
|
||||
Reference in New Issue
Block a user