You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2021. It is now read-only.
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.