On this page (https://appwrite.io/docs/products/auth/quick-start) it says that logging in is done with account.createEmailSession but XCode says it should be account.createEmailPasswordSession - maybe this needs to be updated for 1.5?
TL;DR
Documentation needs updating on the login process at (https://appwrite.io/docs/products/auth/quick-start) from `account.createEmailSession` to `account.createEmailPasswordSession` for XCode compatibility in version 1.5.Yes, this needs to be updated
thank you!!
Recommended threads
- TSL Certificate Issues
Hi Appwrite Discord Community, I got a problem with my Self-Hosted instance. I only want, that I can use my programm with the Appwrite Backend without .selfSig...
- React Native/iOS platform integrations h...
Anyone else have this issue where platform identifiers have been lost/wiped and no option/field available to update them in the console?
- macOS app: OAuth flow doesn’t start
Hi Appwrite team, I’m integrating the Appwrite Swift SDK into a macOS app and am hitting an environment/runtime issue when starting OAuth. App architecture • ...