auth0 / lock-passwordless

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

Is this project / feature still supported? #141

Closed de-code closed 6 years ago

de-code commented 6 years ago

Thank you for providing Auth0 and the passwordless feature.

The last commit was a year ago (June 2016) and PRs have been ignored.

It's a good feature just seem to need a bit of TLC for production.

Is this still considered a supported feature for Auth0 or should we look elsewhere?

luisrudge commented 6 years ago

Hi! Thanks for the interest in our platform. We're in the process of merging the Passwordless feature into Lock, which is our main Widget. You can follow the progress here. Since this is not done yet, you can still use this project. For new clients, you'll have to add a few legacy grants in the dashboard because we're now disabling them by default, but everything still works. 🎉

de-code commented 6 years ago

Great, thank you. Might be worth adding in a note with that near the top of the project page.

jeregrine commented 6 years ago

@luisrudge Which legacy grants do you have to set for this work? I've enabled all grant types with the word "legacy" in the title and I still get:

{"error":"invalid_request","error_description":"OIDC conformant clients cannot use /oauth/ro"}

That PR is almost 2 months old without any further action. Is there a timeline on this?

luisrudge commented 6 years ago

It's the Legacy:RO grant, but I don't think OIDC clients can use the oauth/ro endpoint at all. You'll have to disable OIDC to make it work.

The PR is done. We're waiting for docs and guidance on OIDC mode. This is happening soon-ish.

jeregrine commented 6 years ago

Thank you!! Didn't even realize that was an option.