Skip to content

Commit

Permalink
Update README.md to include library v3
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jun 2, 2022
1 parent 40bf305 commit bbfdb6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,29 @@ with PASETO, but PASETO is bundled with PASERK.

### Requirements

#### PHP PASETO Library Version 3

* Requires PHP 8.1 or newer.
* For v3 tokens, the GMP and OpenSSL extensions are required.
* For v4 tokens, the Sodium extension is strongly recommended (but this library will use
[sodium_compat](https://github.com/paragonie/sodium_compat) if it's not).
* PASETO Protocol versions: `v3`, `v4`

#### PHP PASETO Library Version 2

* Requires PHP 7.1 or newer.
* For v3 tokens, the GMP and OpenSSL extensions are required.
* For v4 tokens, the Sodium extension is strongly recommended (but this library will use
[sodium_compat](https://github.com/paragonie/sodium_compat) if it's not).
* PASETO Protocol versions: `v1`, `v2`, `v3`, `v4`

#### PHP PASETO Library Version 1

* Requires PHP 7.0 or newer.
* For v1 tokens, the OpenSSL extension is required.
* For v2 tokens, the Sodium extension is strongly recommended (but this library will use
[sodium_compat](https://github.com/paragonie/sodium_compat) if it's not).
* PASETO Protocol versions: `v1`, `v2`

## Support Contracts

Expand Down

0 comments on commit bbfdb6a

Please sign in to comment.