coder999o opened a new pull request, #4231:
URL: https://github.com/apache/rocketmq-dashboard/pull/4231

   ## What is the purpose of the change
   
   Add per-user active session details to Studio user management, so 
administrators can inspect which active sessions belong to a user before 
revoking them.
   
   ## Brief changelog
   
   - Add a safe per-user active session detail API without exposing session 
token hashes.
   - Add a Studio user session detail drawer with session status, idle time, 
remaining TTL, refresh, and revoke-all actions.
   - Add backend and frontend tests for the new session detail flow.
   
   ## Verifying this change
   
   - mvn -q 
-Dtest=StudioUserControllerTest,AuthServiceSessionOverviewIntegrationTest test
   - npm test -- src/api/studioUsers.test.ts 
src/pages/studio/__tests__/UserManagement.test.tsx
   - npx eslint src/api/studioUsers.ts src/api/studioUsers.test.ts 
src/pages/studio/UserManagement.tsx 
src/pages/studio/__tests__/UserManagement.test.tsx
   - npm run build
   - git diff --check


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to