organization · inferred from evidence
Apple
The technology company that maintains iCloud and deprecated the plaintext auth endpoint.
- Native Google/Apple sign-in with idTokens (no web OAuth)
A practical guide for Nhost. Nhost added a native sign-in endpoint for mobile apps, so web OAuth is no longer required for Google/Apple sign-in. Call POST /signin/idtoken with: provider (apple or google, required), idtoken (required), nonce
- altool error code -22020 unable to create an authenticated session on App Store Connect
How to fix: altool error code -22020 unable to create an authenticated session on App Store Connect. Use an app-specific password for App Store Connect instead of the regular Apple ID password. This is now documented in the Codemagic docs a
- Fix rclone iCloud backend Invalid Session Token error
Apple deprecated the plaintext auth endpoint rclone's iCloud backend used; the fix is to update to rclone v1.74.0+, which uses the new SRP protocol. Includes a stopgap for users stuck on older stable releases.