nodeSolidServer / nodeSolidServer/node-solid-server
Support server side plugin/middleware, then personal access token
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
Usage example:
User sign in to an NLP service, then NLP service store the JWT from solid-auth-client, so it can access to user's POD for a year, and do some semantic parsing every 5 minutes (cronjob), link user data to some ontology. Another example can be a search engine that needs access to user files and cache them locally.
But this kind of service is not fetching POD data via a browser, so there is no origin for it. How can ACL work in this circumstance?
What's the recommended way to implement such a backend service?
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 with the usage examples in this issue and the linked forum discussion about advanced server-side features. Define the requirements for server-side plugin or middleware support and personal access tokens, including how ACL access should work without a browser origin; the work is done when the project has an agreed implementation or documented recommendation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- api, authentication, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100