energywebfoundation / passport-did-auth

Node.js Passport authentication and authorisation strategy using DIDs(Decentralised Identifiers) and VCs(Verifiable Credentials)
GNU General Public License v3.0
15 stars 10 forks source link

make the PassportJs strategy method and network agnostic #6

Open drgorb opened 3 years ago

drgorb commented 3 years ago

the reason we built the DID-Library is to allow for a method agnostic treatment of DIDs. The strategy that has been implemented here is not only method (ethr) but also network (Volta) specific. If it is not possible to change this right now because the DID library is not mature enough, this should be a priority fix.

Harasz commented 2 years ago

Hi @drgorb, I've added task to our board. We will back to the issue as soon as it is possible.