3box / 3box-js

3Box JavaScript SDK: User identities, storage, messaging
MIT License
207 stars 65 forks source link

3Box.auth() or 3Box.openbox() with no bind? #945

Open metaspartan opened 3 years ago

metaspartan commented 3 years ago

Hello,

Currently it seems both and the only methods of authenticating 3Box is via the .auth() and .openbox() calls, I am wondering if there is a method of authenticating a 3Box without having to use those methods or to pass something to them like a provider with a wallet object/privkey? Basically utilizing either method in anything besides ReactJS projects will give the error: TypeError: Cannot read property 'bind' of undefined I would assume this is because NodeJS/Javascript/Electron projects do not support bind.