Skip to content

[ISSUE #1002] fix(auth): honor persisted session timeout - #1003

Closed
Aias00 wants to merge 1 commit into
apache:rocketmq-studiofrom
Aias00:fix/studio-auth-session-settings
Closed

[ISSUE #1002] fix(auth): honor persisted session timeout#1003
Aias00 wants to merge 1 commit into
apache:rocketmq-studiofrom
Aias00:fix/studio-auth-session-settings

Conversation

@Aias00

@Aias00 Aias00 commented Aug 5, 2026

Copy link
Copy Markdown

Summary

  • derive newly issued token TTLs from the persisted session timeout, with a validated 30-minute fallback
  • periodically reclaim expired in-memory sessions instead of waiting for another login
  • keep studio.auth.login-required deployment-controlled and replace the non-functional UI switch with an explicit configuration notice

Verification

  • JAVA_HOME=$( /usr/libexec/java_home -v 21 ) mvn -q test
  • npm test -- --run src/api/generalSettings.test.ts
  • npm run lint
  • npm run build
  • git diff --check

Closes #1002

Copilot AI lite review requested due to automatic review settings August 5, 2026 02:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Aias00

Aias00 commented Aug 5, 2026

Copy link
Copy Markdown
Author

Superseded by #968, which now includes the session lifecycle fix and closes #1002.

@Aias00 Aias00 closed this Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants