Signed Tokens (JWS)
composer require web-token/jwt-signature
This component provides lot of signature algorithms and classes to load and create signed tokens.
Then, you will find an example to create a signed token here and another example to load and verify incoming tokens.
Last modified 1yr ago