Shared web credentials

We have a user sign up flow where the user can either create a new account on a web client or in our native app. For when they create in the web client, iOS safari sets a secure password using auto fill.

Is it possible using expo to access that saved safari password from the Keychain when the user is redirected to the native app?

We already have our domain association set up (Apple Docs ). I’m wondering what the general approach is with ExpoSecureStore. We have currently implemented storing our auth tokens here, but just looking for some conceptual guidance on getting shared user-facing credentials (eg email + password) up and running. Thank you so much!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.