Open Issues Need Help
View All on GitHub🔑 An authentication(认证) library that supports JSON Web Token (JWT) for webman plugin
🔑 An authentication(认证) library that supports JSON Web Token (JWT) for webman plugin
🔑 An authentication(认证) library that supports JSON Web Token (JWT) for webman plugin
🔑 An authentication(认证) library that supports JSON Web Token (JWT) for webman plugin
🔑 An authentication(认证) library that supports JSON Web Token (JWT) for webman plugin
AI Summary: The issue questions whether the Redis TTL for access tokens should include the configured `leeway` period in a `webman` SSO application. Currently, Redis invalidates tokens immediately upon their official expiration, even if they are still considered valid within the `leeway` period, leading to premature `JwtCacheTokenException`. The user proposes extending the Redis TTL to cover the `access_exp + leeway` duration.
🔑 An authentication(认证) library that supports JSON Web Token (JWT) for webman plugin