CachedKeySet
by caching jwks as strings (#435)JWT::verify
to handle OpenSSL errors.
See #159. Thanks @bshaffer!array
type hinting to decode
method
See #101. Thanks @hywak!$timestamp
instead of time()
to improve unit testing. See #93 for details. Thanks to @josephmcdermott!5.2.0
to 5.3.0
.\Firebase\JWT
namespace. See
#59 for details. Thanks to
@Dashron!JWT::encode()
. See
#53 for details. Thanks to
@mcocaro!JWT:decode()
that accounts for clock skew
between signing and verifying entities. Thanks to @lcabral!ArrayAccess
interface for
$keys
argument in JWT::decode()
. Thanks to @aztech-dev!JWT::decode(...)
to require an array of supported
algorithms to use when verifying token signatures.