Skip to content

Commit

Permalink
Merge pull request dgrijalva#292 from someone1/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dgrijalva authored Sep 21, 2018
2 parents 0b96aaa + febd124 commit 3af4c74
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 @@ -37,7 +37,7 @@ See [the project documentation](https://godoc.org/github.com/dgrijalva/jwt-go) f

This library publishes all the necessary components for adding your own signing methods. Simply implement the `SigningMethod` interface and register a factory method using `RegisterSigningMethod`.

Here's an example of an extension that integrates with the Google App Engine signing tools: https://github.com/someone1/gcp-jwt-go
Here's an example of an extension that integrates with multiple Google Cloud Platform signing tools (AppEngine, IAM API, Cloud KMS): https://github.com/someone1/gcp-jwt-go

## Compliance

Expand Down

0 comments on commit 3af4c74

Please sign in to comment.