MicahParks / keyfunc

Create a jwt.Keyfunc for JWT parsing with a JWK Set or given cryptographic keys (like HMAC) in Golang.
Apache License 2.0
265 stars 46 forks source link

Add context to default functions #108

Closed MicahParks closed 7 months ago

MicahParks commented 7 months ago

The purpose of this pull request is to add a function to create a default keyfunc.Keyfunc that accepts a context.Context that can end the "refresh goroutine".