HelloZeroNet / HelloZeroNet/ZeroNet

PROPER multiple account support for the same ID

Open
#1,813 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
18.8k
Forks
2.3k
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
authentication, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.