nodeSolidServer / nodeSolidServer/node-solid-server
Check External WebID when creating a new account
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.8k
- 派生
- 308
- PR 合并指标
- 30 天内没有已合并 PR
描述
When a user registers to Solid server she may enter an external WebId.
If the user enters an external WebId, the server should at least check that the WebId exists. If not, a warning should be shown to the user with the possibility to correct the WebId.
A bonus feature would be to check if the WebId document can be used for login (e.g. it contains cert:key).
An alternative approach would be to allow account creation either with username and password or using WebId. If a user wants to user WebId, she would need to authenticate with her WebId, not just type the URL.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定文件或测试。首先跟踪账户注册流程及其 WebID 和 login 处理;明确带警告的验证、WebID 认证,还是两者都在范围内,然后为约定的行为添加覆盖。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, nodejs
- 领域
- authentication, backend
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100