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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: