Skip to content

Commit

Permalink
fix: double-hashed access token signatures (#3486)
Browse files Browse the repository at this point in the history
Fixes #3485
  • Loading branch information
hperl committed Apr 11, 2023
1 parent ddfbd65 commit 8720b25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions persistence/sql/persister_oauth2.go
Expand Up @@ -248,8 +248,6 @@ func (p *Persister) findSessionBySignature(ctx context.Context, rawSignature str
ctx, span := p.r.Tracer(ctx).Tracer().Start(ctx, "persistence.sql.findSessionBySignature")
defer span.End()

rawSignature = p.hashSignature(ctx, rawSignature, table)

r := OAuth2RequestSQL{Table: table}
var fr fosite.Requester

Expand Down

0 comments on commit 8720b25

Please sign in to comment.