You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I would like to propose the addition of a new method called isJWTExpiration to the library. This method would serve the purpose of validating JSON Web Tokens (JWTs) based on their "exp" claim, which denotes the token's expiration timestamp.
Implementation Details:
The isJWTExpiration method would accept a JWT as input and return true if the token is still valid (i.e., it has not expired), and false if it has expired. It should compare the "exp" claim of the JWT to the current timestamp to make this determination.
Requested Action:
I kindly request that this feature request be assigned to me. I am interested in contributing to the project and would be enthusiastic about implementing this feature.
The text was updated successfully, but these errors were encountered:
Feature Request: Implement isJWTExpiration Method
Description:
I would like to propose the addition of a new method called isJWTExpiration to the library. This method would serve the purpose of validating JSON Web Tokens (JWTs) based on their "exp" claim, which denotes the token's expiration timestamp.
Implementation Details:
The isJWTExpiration method would accept a JWT as input and return true if the token is still valid (i.e., it has not expired), and false if it has expired. It should compare the "exp" claim of the JWT to the current timestamp to make this determination.
Requested Action:
I kindly request that this feature request be assigned to me. I am interested in contributing to the project and would be enthusiastic about implementing this feature.
The text was updated successfully, but these errors were encountered: