diff --git a/security-modules/jwt/README.md b/security-modules/jwt/README.md index 7b83f1c02e..42f761bb36 100644 --- a/security-modules/jwt/README.md +++ b/security-modules/jwt/README.md @@ -1,3 +1,4 @@ ## Relevant Articles - [Managing JWT With Auth0 java-jwt](https://www.baeldung.com/java-auth0-jwt) +- [Check JWT Expiry Without Throwing Exceptions](https://www.baeldung.com/java-jwt-check-expiry-no-exception)