Hi everyone,
I'm trying to integrate OAuth2 with the SDK for Apple. Everything works as expected, but somehow the session is not passed on to the app.
When executing the function, Safari opens as expected and displays the provider's login page. Upon successful authentication, it redirects to the Appwrite installation and asks to open the app. But here lies the problem: The app opens, and nothing happens. As far as I understand this issue, it does not execute the 'handleIncomingCookie' function, thus it is unable to log the user in.
I'm using SwiftUI.
Is there anything else that needs to be enabled or configured for this to work?
Recommended threads
- session.secret is empty when using node-...
I am implementing SSR authentication using Next.js Server Actions and node-appwrite. The session is created successfully, but session.secret is empty. Here is m...
- Inquiry for SMS OTP Auth
I want to use SMS OTP Auth for a project. I just need some clarifications: # Do I have to purchase the Pro plan if I need around 1500 SMS only? Or can I just p...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...