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?
Yes, this needs to be updated
thank you!!
Recommended threads
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...
- No user data after Google OAuth
I'm attempting to integrate Google sign in to an ios app - it seems to work, and redirects back to app. It does create a new user, (or a new user session after...
- How do I properly setup OAuth2 flow for ...
This is a duplicate of now closed thread **[ CLOSE ] How do I connect Google oauth2 to my ios app?** with a more precisely formulated question Hello everyone!...