I have implemented Auth0 Lock within React application according to the example https://github.com/auth0-samples/auth0-react-samples/tree/embedded-login/01-Embedded-Login
My application works with Chrome, however when I try to sign in with Safari redirect url doesn’t contain hash with access token so authentication fails.
Please try it on http://size4.me
Does anybody know why token is absent after response from the Auth0 server?