HelloZeroNet / HelloZeroNet/ZeroNet

PROPER multiple account support for the same ID

Ouverte
#1,813 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
18.8k
Forks
2.3k
Métriques de merge des PR
Aucune PR mergée en 30 j

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
javascript
Domaine
authentication, backend
Type d'issue
Fonctionnalité
Difficulté
5/5
Temps estimé
Plus d'une semaine
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
25/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.