inrupt / inrupt/solid-client-authn-js
Event listener that combines login and logout
Open
Nobody has claimed this yet.
good first issue
new feature
- Dominant language
- TypeScript
- Stars
- 77
- Forks
- 49
- Avg merge
- 18h 20m
- Merged PRs (30d)
- 32
Description
Currently, if you want to trigger a function on both login and logout, you need to register the event listeners separately. It would be more convenient to have a third event listener that triggers on both.
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 existing login and logout event-listener APIs and their tests. Add a combined listener entry point that invokes its callback for both events, then verify the existing separate listeners still work and that the new listener responds to login and logout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100