php-simple-jwt/src
Chris 7753853e58 Added support for validating token issuer and audience
* Use requireIssuer() and requireAudience() on the JwtValidator to make sure
  that the token is for what you expect it to be for.
* A setAll() method has been added to property bag, applying but not overriding
  values.
* Added tests for JwtValidator.
2021-02-16 18:25:29 +01:00
..
Collection Added support for validating token issuer and audience 2021-02-16 18:25:29 +01:00
Key Initial commit 2021-02-11 13:22:51 +01:00
Validator Added support for validating token issuer and audience 2021-02-16 18:25:29 +01:00
JwtToken.php Initial commit 2021-02-11 13:22:51 +01:00
JwtUtil.php Initial commit 2021-02-11 13:22:51 +01:00