jwt icon indicating copy to clipboard operation
jwt copied to clipboard

Go JWT signing, verifying and validating

Results 4 jwt issues
Sort by recently updated
recently updated
newest added

# Parsing token and getting payload Is there any way to extract claims from token like in this [package](https://github.com/dgrijalva/jwt-go) (any example appreciated)?

question

**Is your feature request related to a problem? Please describe.** So currently the library does not provide a way for parsing JWK from URLs as is often necessary when working...

enhancement

In issue #15 I was asked about storing user information within the token. Of course, with only JWS, it is not safe, since user information would be stored client side....

enhancement
help wanted

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190927123631-a832865fa7ad to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20190927123631-a832865fa7ad&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies