-
Notifications
You must be signed in to change notification settings - Fork 45
Update application.properties #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe configuration for the JWT access token expiration time was updated in the application properties file, extending the duration from 15 minutes to 2 hours. No other files or logic were altered. Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ๐ชง TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
๐งน Nitpick comments (1)
src/main/resources/application.properties (1)
174-174
: Ensure extended JWT access token TTL aligns with security requirements and docs
Youโve increasedjwt.access.expiration
from 900 000 ms (15 min) to 7 200 000 ms (2 h). A longer TTL widens the window for potential token misuseโplease confirm this matches your security posture, refresh-token flows, and user experience expectations. Also update any project documentation or API specs to reference the new 2 h expiration.
Would you like assistance drafting integration tests or documentation updates for this change?
๐ Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
๐ Files selected for processing (1)
src/main/resources/application.properties
(1 hunks)
โฐ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Package-test
- GitHub Check: Build
- GitHub Check: Analyze (java)
๐ Description
JIRA ID:
Please provide a summary of the change and the motivation behind it. Include relevant context and details.
โ Type of Change
โน๏ธ Additional Information
Please describe how the changes were tested, and include any relevant screenshots, logs, or other information that provides additional context.
Summary by CodeRabbit