mozilla-lockwise / lockwise-ios

Firefox's Lockwise app for iOS

Home Page:https://mozilla-lockwise.github.io/lockwise-ios/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Credential Provider autofill flow

kaylagalway opened this issue · comments

Vision statement / What / Requirements

  • Credential Provider currently syncs before autofilling a user's credentials

  • This results in a slow autofill experience as well as Credential Provider extension timeouts(and no autofill) when sync takes longer than three seconds

  • Refactor Credential Provider extension so that we autofill the credential and then fire off a background task to sync so that any updates are made locally for future autofill

Issue Fix ticket for #1070