-
Notifications
You must be signed in to change notification settings - Fork 6
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
Expose password rules to web UI/HTML and API #76
Comments
this would only apply when entering passwords in the web UI then ? |
iOS client also has native input fields where you can set a new password for a private link for example. If the clients would get the password rules via API, they could request a new password from system that is generated according those rules. |
hmm ok, so there are two requests here:
|
@PVince81 yes, that's the way I understand it |
how about exposing as capability section ? it makes sense that any user and client can read this and the user can anyway find out about the rules just by typing passwords. this info isn't secret. |
You could do it in the capabilities. Then the clients could read this password policy options and map it to each platform native options. We could use it in multiple cases:
Even we could have multiple password policies for different use cases. There is a talk from this year Apple's WWDC explaining in detail the new APIs and changes: |
Next versions of macOS and iOS come with very convinient system integration for password managers. This means for example, users can create a secure password and use it in the web UI or input fields in apps. Those fields can tell the system the requirements for secure passwords.
Here you can find more information:
https://nshipster.com/uitextinputpasswordrules/
I wouldn’t be surprised if other platforms follow.
/cc @pmaier1 @PVince81 @DeepDiver1975 @settermjd @pablocarmu @felix-schwarz
The text was updated successfully, but these errors were encountered: