-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Enable Brave Browser to be an AutoFill Provider #36028
Comments
This would be absolutely awesome, plus one from me 👌 |
@kylehickinson - we should implement this natively as Apple intended for iOS12. When estimating, if it will be >13 story points let me know and we can discuss. |
@anthonypkeane It may be more than 13 story points but we'll need to get some questions answered before we can implement it. It's likely that This ticket becomes an Epic and we make smaller tickets for each part. Some product questions:
|
Will migrate from Firefox to Brave once this is implemented! |
This holds me back from using Brave on iOS. |
lol, blocked since 2018 |
Guess this is just never happening |
@anthonypkeane this has been dead in the water for quite some time. Any intention on getting Brave to work with iOS to be able to autofill for passwords? It's still unable to be chosen in iOS settings and therefore passwords from within Brave can't be used to autofill on sites. Sure, passwords get saved into Brave but then can't be accessed except we go the long way around of going into Brave's settings -> logins and passwords -> then copy/paste info. |
We have it planned for this quarter |
Awesome, thanks. It's something definitely have been wanting/needing for a while. Hopefully no roadblocks and can get it out with no issue before long. |
Any updates? eagerly anticipating this feature. |
No definite release date yet, sorry, but it's almost there 🙂 |
Congrats on the implementation! |
@kylehickinson glad to see it looks like might be coming, but is it really going to be waiting until 1.66 or we have likelihood of uplifting to sooner release? Asking as we're currently on 1.62.2 for iOS. Trying to figure out how long of a wait for everyone. |
@Saoiray iOS releases are a bit behind, 1.63 will come next week followed very quickly by 1.64. We may however uplift this into 1.65 (mid-April) to get it out a bit quicker. |
kk. Thanks for the info. I'll be looking forward to it. |
This will land in public beta soon and as far as I remember we are going to allow default browser setting for public beta app soon as well |
Verified on
|
Add the ability for Brave to be an password manager in a sense, where as the users stored passwords will then be accessible from the iOS keyboard in
WKWebView
This involves adding a new target to the project
AutoFill Credential Provider
.More information about the APIs can be found by watching the WWDC 2018 721 - Implementing AutoFill Credential Provider Extensions or reading the AuthenticationServices doc
AutoFill Credential Provider
AuthenticationServices
syncAuthenticationServices
APIPotential caveats to take into account:
Settings > Passwords & Accounts > AutoFill Passwords
Screenshots of AutoFill Providers (1Password in this case):
The text was updated successfully, but these errors were encountered: