I have quite an urgent and completely baffling issue where basic login on Safari simply doesn’t work. I have detailed the issue on GitHub, would really appreciate some fast feedback on this since we will have to reconsider Auth0 if this doesn’t get solved very quickly.
opened 08:15AM - 17 Jan 19 UTC
closed 01:40PM - 17 Jan 19 UTC
- [ ] Code snippet or sample project that reproduces the bug
https://carnext.… cloud
People on Safari can not login there. Auth0 gives back an error:
{error: "invalid_token", errorDescription: "Request has been terminated
Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc."}
This is the code that gets run on the client. On Chrome it all works flawlessly.
class Auth
constructor: ()->
@auth0 = new auth0.WebAuth
domain: 'xxx.eu.auth0.com',
clientID: 'xxxxxx',
responseType: 'token id_token',
scope: 'openid profile',
redirectUri: window.location.origin
authenticate: ->
@auth0.authorize()
- [ ] Auth0.js version
Happens on both auth0-js 9.8.2 & 9.9.0
- [ ] Browser & OS
Safari 12.0.2, Mac 0.14.2 (
Make sure to include **as much information as possible** for us to understand and reproduce the bug, that way we can fix it as quickly as possible.
Thanks.
Hey @michelb !
I contacted one of my team members that is one of maintainers of this repo, about taking a look at it.
Let me get back to you once I have more info!
Let’s communicate in the issue comments thread on GitHub, please
Of course, no problem .Just let me know what I can do to assist.