Use of new API to use the autofill API with bitwarden #233

Closed
opened 2025-11-07 08:32:01 -06:00 by GiteaMirror · 15 comments
Owner

Originally created by @heubergen on GitHub (Jun 5, 2018).

See https://developer.apple.com/documentation/security/password_autofill/ (Integrate a Password Management App with Password AutoFill) and https://twitter.com/1Password/status/1003824297725460481

Originally created by @heubergen on GitHub (Jun 5, 2018). See https://developer.apple.com/documentation/security/password_autofill/ (Integrate a Password Management App with Password AutoFill) and https://twitter.com/1Password/status/1003824297725460481
Author
Owner

@kspearrin commented on GitHub (Jun 5, 2018):

We will have to wait until Xamarin supports iOS 12.

@kspearrin commented on GitHub (Jun 5, 2018): We will have to wait until Xamarin supports iOS 12.
Author
Owner

@crenwick commented on GitHub (Aug 14, 2018):

Adding this for documentation: Xamarin's iOS 12 support is now in preview, with autofill listed as a supported feature.

@crenwick commented on GitHub (Aug 14, 2018): Adding this for documentation: Xamarin's iOS 12 support is now in preview, with [autofill listed as a supported feature](https://docs.microsoft.com/en-us/xamarin/ios/platform/introduction-to-ios12/index#autofill-credential-provider-extensions).
Author
Owner

@Geczy commented on GitHub (Aug 28, 2018):

@kspearrin any update? Xamarin supports autofill

@Geczy commented on GitHub (Aug 28, 2018): @kspearrin any update? Xamarin supports autofill
Author
Owner

@jwheeler91 commented on GitHub (Sep 3, 2018):

Looking forward to this too :D

@jwheeler91 commented on GitHub (Sep 3, 2018): Looking forward to this too :D
Author
Owner
@ianhattendorf commented on GitHub (Sep 13, 2018): iOS Documentation: https://developer.apple.com/documentation/authenticationservices Xamarin Documentation: https://developer.xamarin.com/api/namespace/AuthenticationServices/ Also see mozilla-lockbox/lockbox-ios#476 and mozilla-lockbox/lockbox-ios#486
Author
Owner

@slbls commented on GitHub (Sep 17, 2018):

@kspearrin any update on this? iOS 12 was just officially released today and this would be a great feature to have!

@slbls commented on GitHub (Sep 17, 2018): @kspearrin any update on this? iOS 12 was just officially released today and this would be a great feature to have!
Author
Owner

@kspearrin commented on GitHub (Sep 17, 2018):

@bearinsun I haven't started on it yet. Waiting on other apps to figure out the best ways to implement it for reference and then I'll have a look at what they did.

@kspearrin commented on GitHub (Sep 17, 2018): @bearinsun I haven't started on it yet. Waiting on other apps to figure out the best ways to implement it for reference and then I'll have a look at what they did.
Author
Owner

@tcelestino commented on GitHub (Sep 17, 2018):

@kspearrin I've been reading about it here: https://www.macrumors.com/2018/09/17/password-managers-autofill-password-support/

@tcelestino commented on GitHub (Sep 17, 2018): @kspearrin I've been reading about it here: https://www.macrumors.com/2018/09/17/password-managers-autofill-password-support/
Author
Owner

@kspearrin commented on GitHub (Sep 20, 2018):

Found this video explaining how it all works: https://developer.apple.com/videos/play/wwdc2018/721/

Seems relatively simple. I'll start working on this soon.

@kspearrin commented on GitHub (Sep 20, 2018): Found this video explaining how it all works: https://developer.apple.com/videos/play/wwdc2018/721/ Seems relatively simple. I'll start working on this soon.
Author
Owner

@Cantello commented on GitHub (Sep 20, 2018):

Good to hear, Apple's implementation appears to be simple for the user... :-)
(subscribed to premium today to give small incentive to develop things like this)

@Cantello commented on GitHub (Sep 20, 2018): Good to hear, Apple's implementation appears to be simple for the user... :-) (subscribed to premium today to give small incentive to develop things like this)
Author
Owner

@kspearrin commented on GitHub (Sep 20, 2018):

I got the basics of it working this afternoon. Check it out:

autofill

@kspearrin commented on GitHub (Sep 20, 2018): I got the basics of it working this afternoon. Check it out: ![autofill](https://user-images.githubusercontent.com/1190944/45845141-47f2c480-bcf2-11e8-85b4-984345ff8daf.gif)
Author
Owner

@jwheeler91 commented on GitHub (Sep 20, 2018):

Fantastic! Good work.

@jwheeler91 commented on GitHub (Sep 20, 2018): Fantastic! Good work.
Author
Owner

@HelpfulRock commented on GitHub (Sep 21, 2018):

Fantastic! i know no other dev who says "i'll start working ot it soon" just to have it done the following day or so :D

@HelpfulRock commented on GitHub (Sep 21, 2018): Fantastic! i know no other dev who says "i'll start working ot it soon" just to have it done the following day or so :D
Author
Owner

@kspearrin commented on GitHub (Sep 21, 2018):

I finished building the autofill implementation this morning. It now works with the quick type bar too. Check it out:

autofill2

This should be available in the next app release. Next week maybe?

@kspearrin commented on GitHub (Sep 21, 2018): I finished building the autofill implementation this morning. It now works with the quick type bar too. Check it out: ![autofill2](https://user-images.githubusercontent.com/1190944/45893006-e422d700-bd97-11e8-9437-f2f485c231a2.gif) This should be available in the next app release. Next week maybe?
Author
Owner

@Geczy commented on GitHub (Sep 21, 2018):

Woo 🎉 !! Looks great. Is there a beta version we can test with?

@Geczy commented on GitHub (Sep 21, 2018): Woo 🎉 !! Looks great. Is there a beta version we can test with?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#233