Dear folks,
i'am confused after i sucessfully create an email session, what i hve to do with the session object for further request like storage.
let session = try await account.createEmailSession(
email: "xx@xx.com",
password: "xx")
Have to save the session object in Keyring? How to pass the session object to storage call? Or is the session saved in the account or clinet object?
Once logged in, you can access all resources.
Session only provides some information, see - https://appwrite.io/docs/models/session
The session cookies are saved which are accessed by the Client to perform authenticated requests.
Ok Thanks a lot!
[SOLVED] Session Handling IOS
Recommended threads
- 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 • ...
- I am currently seeking opportunities as ...
Hey! 👋 I'm a Shopify guy. Been building stores for 8+ years. Still haven't lost my mind. Barely. I make stores that don't suck fast, smooth, and actually built...
- Apple OAuth2 "Registration Not Complete"...
I'm getting a "Registration Not Complete" error when implementing Apple Sign In OAuth2 on self-hosted Appwrite. Environment: Self-hosted Appwrite (latest), iOS...