I have an open-source app (https://github.com/Ditectrev/Practice-Exams-Platform) hosted on https://education.ditectrev.com, which allows my students to study courses.
I've implemented Google SSO, Apple SSO, and Email OTP. Email OTP and Google SSO are working like a charm, but Apple SSO, despite triggering the Apple authentication (and returning success HTTP responses on the Apple side), redirects back to my application while leaving the user unauthenticated. Does anyone have a tip? Code-wise it should work like Google SSO, after the authentication, so I'm surprised the user stays unauthenticated.
Recommended threads
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...