Skip to content

Commit

Permalink
missing init of the par sessions in the example store (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboke authored Nov 3, 2022
1 parent 61284fe commit f2085d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func NewExampleStore() *MemoryStore {
AccessTokenRequestIDs: map[string]string{},
RefreshTokenRequestIDs: map[string]string{},
IssuerPublicKeys: map[string]IssuerPublicKeys{},
PARSessions: map[string]fosite.AuthorizeRequester{},
}
}

Expand Down

0 comments on commit f2085d0

Please sign in to comment.