mirror of https://github.com/golang-jwt/jwt.git
added supported signing methods
This commit is contained in:
parent
b47bdbc660
commit
2240de772c
|
@ -14,7 +14,7 @@ The part in the middle is the interesting bit. It's called the Claims and conta
|
||||||
|
|
||||||
## What's in the box?
|
## What's in the box?
|
||||||
|
|
||||||
This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are RSA256 and HMAC SHA256, though hooks are present for adding your own.
|
This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.
|
||||||
|
|
||||||
## Parse and Verify
|
## Parse and Verify
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue