Implement LS cleanup
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 747
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
In @logux/client@0.21.1 localStorage may be clogged with old client identities.
view of dev tools with localStorage
Is there a way to clean up this?
Contributor guide
No contributing guide indexed for this repository
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 localStorage handling for client identities in the TypeScript client code, using the reported @logux/client@0.21.1 behavior as the reproduction context. Determine which identities are obsolete and what cleanup policy is intended; done should mean old identities no longer accumulate in localStorage and the behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100