auth0 / lock-passwordless

Auth0 Lock Passwordless [DEPRECATED]
MIT License
90 stars 29 forks source link

responseMode = post_data and responseType=token #129

Open jarondl opened 7 years ago

jarondl commented 7 years ago

I want auth0 to send a JWT token back to my server, with get or post parameters, and not with hash.

But in lock-passwordless there is no way to define responseMode. The source includes a reference to client._callbackOnLocationHash, which is so outdated in auth0-js that it is not in the changelog.