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
Operation System: Linux
Beaker Version: 0.4.0 (also 0.3.6-2)
I've been using the polyfill exclusively so have only just tried without and find that safe-js is not working on localhost unless you use the polyfill.
Fine on a live safe: URL though.
With localhost, not polyfill and websecurity disabled, a new tab loaded with my safe site and I poke around in the debug console I can only get this object and method:
window.safeAuth.getAuthToken()
No other safeAuth methods, no safeNFS or safeDNS objects! But with the polyfill they are all there and working.
It is not a problem as I can just use the polyfill until I deploy, but I think it is supposed to work without it as well, even on localhost.
The text was updated successfully, but these errors were encountered:
I was probably mistaken on safeAuth.getAuthToken() - it appears in the menu but I now realise that isn't necessarily because it is present on the object (it remembers past selections!).
Operation System: Linux
Beaker Version: 0.4.0 (also 0.3.6-2)
I've been using the polyfill exclusively so have only just tried without and find that safe-js is not working on localhost unless you use the polyfill.
Fine on a live safe: URL though.
With localhost, not polyfill and websecurity disabled, a new tab loaded with my safe site and I poke around in the debug console I can only get this object and method:
No other safeAuth methods, no safeNFS or safeDNS objects! But with the polyfill they are all there and working.
It is not a problem as I can just use the polyfill until I deploy, but I think it is supposed to work without it as well, even on localhost.
The text was updated successfully, but these errors were encountered: