inrupt / inrupt/solid-client-authn-js
Should save to session storage. Not local storage
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 77
- Forks
- 49
- Avg merge
- 18h 20m
- Merged PRs (30d)
- 32
Description
Again, this is leftover from my code. So, sorry about that.
Currently the library saves things like the code_verifier to localstorage. It should be session storage instead:
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 in packages/browser/src/storage/BrowserStorage.ts at lines 34-40, where the issue identifies the current storage behavior. Change the relevant persistence from local storage to session storage, then verify that values such as code_verifier are stored and retrieved through session storage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100