-
Notifications
You must be signed in to change notification settings - Fork 54
Support suggesting email as login_hint
#4568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support suggesting email as login_hint
#4568
Conversation
86e806c
to
34762a6
Compare
34762a6
to
9c9cc3d
Compare
0a1c9a2
to
52bb16b
Compare
52bb16b
to
07ac7ca
Compare
2e23003
to
28a15d4
Compare
28a15d4
to
d18fcaa
Compare
d18fcaa
to
a5d3a2f
Compare
login_hint
to upstream providers
login_hint
to upstream providerslogin_hint
9b1c45f
to
cdf53ca
Compare
@mcalinghee after an initial review, I would appreciate if you don't force-push to the branch, as it often makes GitHub confused and makes it harder to understand what changed. If you ever need to update from the main branch, prefer merging it into your branch instead of rebasing :) |
…correct documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! I've pushed a few cosmetic fixes myself, but this looks good to me now!
login_hint
login_hint
It is now possible to forward the login_hint with a mxid to the upstream providers thanks to #4512
This PR allows us to support the
login_hint
with an email whenlogin_with_email_allowed
is activated.In particular this PR will display the login_hint ie. email on the MAS login page.
It will also forward the email
login_hint
to upstream providers.