The current behavior of the Expo Launch Replit integration requires users to provide their Apple ID and password for authentication. However, this integration ideally should allow the optional use of an App Store Connect API key instead, enabling secure programmatic access without sharing personal credentials.
Also, I understand that they are implementing SRP which should resolve this concern, however, The “we never see your password” guarantee from SRP assumes EAS is running on your machine. When it runs on Replit’s VPS instead, the entire trust model shifts.
I also understand that when using EAS CLI directly you can configure the eas.json for API authentication however I am only referring to the new automated EAS Launch integration in Replit.
Thanks!