Skip to content

Commit 02f4fe1

Browse files
committed
fix: double-hashed access token signatures
Fixes #3485
1 parent ddfbd65 commit 02f4fe1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

persistence/sql/persister_oauth2.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ func (p *Persister) findSessionBySignature(ctx context.Context, rawSignature str
248248
ctx, span := p.r.Tracer(ctx).Tracer().Start(ctx, "persistence.sql.findSessionBySignature")
249249
defer span.End()
250250

251-
rawSignature = p.hashSignature(ctx, rawSignature, table)
252-
253251
r := OAuth2RequestSQL{Table: table}
254252
var fr fosite.Requester
255253

0 commit comments

Comments
 (0)