FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

HOSTED PAGES: Offer alterative logins on the Passwordless Pages #2761

Open jobannon opened 1 month ago

jobannon commented 1 month ago

Problem

I want to send the user to the passwordless page, but when they get there, they might want to decide on another method of login (OIDC, social, etc).

Solution

Make alternativeLogins available to the oauth2/passwordless endpoint

Additional context

This would be a solution for allowing greater user adoption and as many friction reducers to get a user created and logged in to your application.

Slack currently does this as a feature for this user onboarding (you can still user a email and password on their normal pages, aka "sign in manually instead" button -- https://slack.com/signin#/signin)

Customer request

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

robotdan commented 3 weeks ago

Can you just return to the normal login page in this case? So is the request just for convenience of not clicking the Return to login button?