Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Broken (or confusing?) flow in creating passwordless auth #194

Closed
jgelsey opened this issue Apr 12, 2016 · 6 comments
Closed

Broken (or confusing?) flow in creating passwordless auth #194

jgelsey opened this issue Apr 12, 2016 · 6 comments

Comments

@jgelsey
Copy link

jgelsey commented Apr 12, 2016

Reproduction steps:
-new WP site
-new Auth0 account
-go to plugin settings->advanced and turn on use passwordless login
When passwordless via magic link, no email seems to work:
image

When passwordless via SMS or Social, get a blank Lock:

image

Likely can be fixed with enhanced guidance of how to configure correctly in the Auth0 dashboard? But not clear to the casual observer.

@glena
Copy link
Contributor

glena commented Apr 15, 2016

We are going to check if the selected connection is enabled and if not, it will show an alert explaining that this should be configured in manage.auth0.com too

@SteveC
Copy link

SteveC commented Apr 15, 2016

"Please make sure to turn on passwordless authentication on your [Auth0 dashboard][link]"

?

@SteveC
Copy link

SteveC commented Apr 15, 2016

Can we do away with the setting entirely and just use it if the dashboard has it turned on? So automatically inherit the setting from the dashboard?

@glena
Copy link
Contributor

glena commented Apr 15, 2016

I wouldnt do that automatically, but it is not a bad idea to check this and ask the user if he want to enable passwordless

@SteveC
Copy link

SteveC commented Apr 15, 2016

Why would automatic be a bad idea? I'm just curious...

@glena
Copy link
Contributor

glena commented Apr 15, 2016

Summing up, we are going to do 2 things:

  • each time the user changes something in the plugin related to passwordless, we are going to check if it is configured in their account
  • when we provision the user, we will check if there is any passwordless connection enabled in their account, and ask the user if they want to enable passwordless in their site

This is because is better to avoid:

  • duplicate the UI to set up the social connections (it does a lot of stuff)
  • having out of date settings in the plugin (if we change, add or remove connections in the dashboard)
  • having sync issues between different wordpress sites and the dashboard when things are changed in different places.

@glena glena closed this as completed Aug 16, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants