HelloZeroNet / HelloZeroNet/ZeroNet

PROPER multiple account support for the same ID

オープン
#1,813 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
18.8k
フォーク
2.3k
PR マージ指標
30日以内にマージされた PR はありません

説明

like right now it's really annoying if you want to switch between multiple accounts you have to switch between multiple masterseeds

technicality suggestion:
```js
"masterseed": {
"certs": {
"issuer.bit": {
"auth_address": "",
"auth_privatekey": "",
},
```
should turn the object of issuer into array then object
```js
"masterseed": {
"certs": {
"issuer.bit": [
{
"auth_address": "",
"auth_privatekey": "",
},
//...
],
```
so users can have multiple ids of the same issuer, useful for sites like milchan which is anonymous orientated

Why?
because for so long we been switching using multi user, for once maybe we should finally have a proper solution for this

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

No files, tests, or entry points are mentioned. Start by tracing how the masterseed certs object and issuer lookups are read and written, then map the account-switching flow. Done means multiple certificates for one issuer can coexist and users can switch between those accounts without changing masterseeds.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
javascript
領域
authentication, backend
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。