Extend JWT token expiration times #23

Merged
ryan merged 1 commits from extend-jwt-expiration into main 2026-04-05 10:13:29 -04:00
Owner

Summary

  • Set access token expiration to 1 hour (up from default 15 min)
  • Set refresh token expiration to 30 days
  • Reduces frequent re-authentication without compromising security

Test plan

  • All 92 tests pass

🤖 Generated with Claude Code

## Summary - Set access token expiration to 1 hour (up from default 15 min) - Set refresh token expiration to 30 days - Reduces frequent re-authentication without compromising security ## Test plan - [x] All 92 tests pass 🤖 Generated with [Claude Code](https://claude.com/claude-code)
ryan added 1 commit 2026-04-05 10:13:21 -04:00
Access tokens now last 1 hour (up from default 15 min) and refresh
tokens last 30 days, reducing frequent re-authentication.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ryan merged commit dfaac4caf8 into main 2026-04-05 10:13:29 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ryan/simbarag#23