removing unreachable chips

This commit is contained in:
Jonas Roussel
2022-11-29 10:12:11 +01:00
parent 357d8a8e90
commit 423ddd8fc4

View File

@ -1,9 +1,6 @@
# JSON Web Token (JWT)
[![pub version](https://img.shields.io/pub/v/dart_jsonwebtoken.svg)](https://pub.dev/packages/dart_jsonwebtoken)
[![likes](https://badges.bar/dart_jsonwebtoken/likes)](https://pub.dev/packages/dart_jsonwebtoken/score)
[![popularity](https://badges.bar/dart_jsonwebtoken/popularity)](https://pub.dev/packages/dart_jsonwebtoken/score)
[![pub points](https://badges.bar/dart_jsonwebtoken/pub%20points)](https://pub.dev/packages/dart_jsonwebtoken/score)
A dart implementation of the famous javascript library `jsonwebtoken`.
@ -70,7 +67,7 @@ try {
### Supported Algorithms
| JWT Algorithms | Digital Signature or MAC Algorithm |
| ------------ | ---------------------------------------------------- |
| -------------- | ---------------------------------------------------- |
| HS256 | HMAC using SHA-256 hash algorithm |
| HS384 | HMAC using SHA-384 hash algorithm |
| HS512 | HMAC using SHA-512 hash algorithm |