HelloZeroNet / HelloZeroNet/ZeroNet

PROPER multiple account support for the same ID

Abierto
#1,813 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
18.8k
Forks
2.3k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
javascript
Área
authentication, backend
Tipo de issue
Nueva funcionalidad
Dificultad
5/5
Tiempo estimado
Más de una semana
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
25/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.