nodeSolidServer / nodeSolidServer/node-solid-server
Unauthorized login after account creation
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
While looking at #862, I discovered that I have Unauthorized written in as only text when I try to login from localhost:8443
What I did:
npm run solid initNODE_TLS_REJECT_UNAUTHORIZED=0 npm run solid start --no-reject-unauthorized- Create an account
- Click on the login button on the Solid Home
- Click on
Login with localhost:8443
I'm running on node 8.12.0 through nvm and I already accessed that login page from the modal. I have no idea what changed since then.
After further investigations:
- When I open localhost:8443 in incognito mode, the login page appears
- When I remove solid-auth-client key from the Local Storage, I can login from the same browser
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 reproducing the flow with npm run solid init and NODE_TLS_REJECT_UNAUTHORIZED=0 npm run solid start --no-reject-unauthorized, then compare normal and incognito sessions. Inspect the solid-auth-client Local Storage state and the login flow; done means an account created on localhost:8443 can log in without manually removing that key.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100