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.
TL;DR
Issue with Apple SSO authentication not working for developers app, Apple authentication triggering correctly but user remains unauthenticated upon returning to the application. Google SSO and Email OTP are functioning properly. Code structure similar to Google SSO, looking for guidance on why authentication is not successful post-Apple authentication.