mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-08-06 13:51:08 +08:00
removing unreachable chips
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
# JSON Web Token (JWT)
|
||||
|
||||
[](https://pub.dev/packages/dart_jsonwebtoken)
|
||||
[](https://pub.dev/packages/dart_jsonwebtoken/score)
|
||||
[](https://pub.dev/packages/dart_jsonwebtoken/score)
|
||||
[](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 |
|
||||
|
Reference in New Issue
Block a user