-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Support /.well-known/change-password #8771
Comments
what's the difference between change-password and the linked
modify-credentials spec? is there any spec for what change-password should
do?
…On Mon, Sep 24, 2018, 4:05 PM Felix Schäfer ***@***.***> wrote:
Mastodon should support the /.well-known/change-password de-facto
standard https://mobile.twitter.com/rmondello/status/1009495517494173697
et al.
This would effectively be a 301 from /.well-known/change-password to
/auth/edit for the mastodon Web UI.
------------------------------
- I searched or browsed the repo’s other issues to ensure this is not
a duplicate.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8771>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAORV4axg3A7e97a7ZsY_fxkfMEdu7YRks5ueTsAgaJpZM4W3XR5>
.
|
It doesn't seem to be much documented and I haven't found any official mention other than on https://developer.apple.com/safari/technology-preview/release-notes/#r59 at the end of the section under "iCloud Keychain Password Manager". The interesting part in the linked tweet isn't the link to the W3 list as this represents an earlier version of the work, but the tweet and its thread are the interesting part. Ricky seems to be part of the Safari team, and confirmed that redirecting from there to the password update page, or to present the password update page under that URL, would work with Safari/Keychain. GitHub for example also implements this:
There's also a few other projects with issues for this (for example mozilla/fxa-content-server#6561) |
@Gargron great, thanks! |
Mastodon should support the
/.well-known/change-password
de-facto standard https://mobile.twitter.com/rmondello/status/1009495517494173697 et al.This would effectively be a 301 from
/.well-known/change-password
to/auth/edit
for the mastodon Web UI.The text was updated successfully, but these errors were encountered: