All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Allow Symfony 6 dependency.
- Support for PHP 8 and require Guzzle 7.
- Allow Symfony 5 dependency.
getClaims
is now actually returning the claims instead of always an empty array.
- Getters the private key and hash algorithm.
- Getters for the
Client
constructor parameters to ease testing.
- Allow Symfony 4 dependency.
- Set return type of the payload to
array
.
- Always return a
Response
object.
- Initial implementation of JWT API.