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
- Introduced new test cases in `OAuth2TokenManager` to handle edge cases for negative, zero, and very small expiry dates, ensuring the `isTokenValid` method correctly identifies invalid token data.
- These tests enhance the robustness of the token validation logic by covering additional scenarios that could lead to incorrect token handling.
This update improves the overall reliability of the OAuth2 token management implementation by validating critical edge cases in token expiry handling.
0 commit comments