Skip to content

Commit

Permalink
Update README.md (#53)
Browse files Browse the repository at this point in the history
fixed composer commands for the additional signature algorithms
  • Loading branch information
smatyas authored Oct 13, 2020
1 parent b36fb8e commit d592399
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ you must install the corresponding packages:

* Signature Algorithms
* All: `composer require web-token/signature-pack`
* HMAC: `composer require jwt-signature-algorithm-hmac`
* ECDSA: `composer require jwt-signature-algorithm-ecdsa`
* EdDSA: `composer require jwt-signature-algorithm-eddsa`
* None: `composer require jwt-signature-algorithm-none` (not recommended)
* Experimental: `composer require jwt-signature-algorithm-experimental` (not recommended)
* HMAC: `composer require web-token/jwt-signature-algorithm-hmac`
* ECDSA: `composer require web-token/jwt-signature-algorithm-ecdsa`
* EdDSA: `composer require web-token/jwt-signature-algorithm-eddsa`
* None: `composer require web-token/jwt-signature-algorithm-none` (not recommended)
* Experimental: `composer require web-token/jwt-signature-algorithm-experimental` (not recommended)
* Encryption Algorithms
* All: `composer require web-token/encryption-pack`
* Key Encryption:
Expand Down

0 comments on commit d592399

Please sign in to comment.