Skip to content

Commit

Permalink
Fix typo in README.md (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahParks authored Jan 31, 2024
1 parent ed795a0 commit 35a2af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if err != nil {

When using the `keyfunc.NewDefault` function, the JWK Set will be automatically refreshed using
[`jwkset.NewDefaultHTTPClient`](https://pkg.go.dev/github.com/MicahParks/jwkset#NewHTTPClient). This does launch a "
refresh goroutine". If you want the ability to end this goroutine, use the `keyfunc.NewDefaultHTTPClientCtx` function.
refresh goroutine". If you want the ability to end this goroutine, use the `keyfunc.NewDefaultCtx` function.

It is also possible to create a `keyfunc.Keyfunc` from given keys like HMAC shared secrets. See `examples/hmac/main.go`.

Expand Down

0 comments on commit 35a2af9

Please sign in to comment.