Encrypted Tokens (JWE)
composer require web-token/jwt-encryption
This component provides lot of encryption algorithms and classes to load and create encrypted tokens.
Then, you will find an example to create an encrypted token here and another example to load and decrypt incoming tokens.
Last modified 1yr ago