Skip to content

Commit 1fdf2bb

Browse files
committed
[README] Include algorithm support
1 parent fa04f35 commit 1fdf2bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ JWT.decode("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.2_8pWJfyPup0YwOXK7g9Dn0cF1E
3030
- Issued At (`iat`) Claim
3131
- Audience (`aud`) Claim
3232

33+
### Algorithms
34+
35+
This library supports the following algorithms:
36+
37+
- None - Unsecured JWTs
38+
- HS256 - HMAC using SHA-256 hash algorithm (default)
39+
3340
## License
3441

3542
JWT is licensed under the BSD license. See [LICENSE](LICENSE) for more info.

0 commit comments

Comments
 (0)