Skip to content

Commit

Permalink
fix: double-hashed access token signatures (ory#3486)
Browse files Browse the repository at this point in the history
Fixes ory#3485
  • Loading branch information
hperl authored and harnash committed Apr 12, 2023
1 parent 967084e commit 717be94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions persistence/sql/persister_oauth2.go
Original file line number Diff line number Diff line change
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 717be94

Please sign in to comment.