Skip to content

Commit

Permalink
Add note in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahParks committed Dec 19, 2022
1 parent 24f9eb7 commit 0278abb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -170,6 +170,8 @@ These features can be configured by populating fields in the
* Custom cryptographic algorithms can be used. Make sure to
use [`jwt.RegisterSigningMethod`](https://pkg.go.dev/github.com/golang-jwt/jwt/v4#RegisterSigningMethod) before
parsing JWTs. For an example, see the `examples/custom` directory.
* The remote JWKS resource can be refreshed manually using the `.Refresh` method. This can bypass the rate limit, if the
option is set.

## Notes
Trailing padding is required to be removed from base64url encoded keys inside a JWKS. This is because RFC 7517 defines
Expand Down

0 comments on commit 0278abb

Please sign in to comment.