WebOfTrust / signify-browser-extension

Apache License 2.0
6 stars 7 forks source link

fix: signin persistance across controllers #154

Closed HunnySajid closed 7 months ago

HunnySajid commented 7 months ago

https://github.com/WebOfTrust/signify-browser-extension/issues/153

Signin structure in storage is updated. Instead of array of signin object, it is now an object of arrays of signin objects.

E.g:

{
"agent1-ID":[signin1Obj,signin2Obj, signin3Obj],
"agent2-ID":[signin1Obj,signin2Obj]
}