spring-projects / spring-projects/spring-security
SEC-2693: Allow Session registry to broadcast first session created and last session destroyed by principal
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 9.6k
- Forks
- 6.3k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 52
Description
Jaymes Bearden (Migrated from SEC-2693) said:
I'm tracking session information for a given principal and I need to be aware of when the first session is created and when the last session has been destroyed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Session registry and the principal-based session tracking path in Spring Security. Determine where session creation and destruction are recorded, then define how notifications should represent the first session created and last session destroyed for each principal. Done means both lifecycle events are exposed consistently and covered by the relevant session-registry tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100