@ssionn What do you mean, “their own OAuth route”?
Apr 17, 2024
3
Level 3
Apple using own OAuth route (Socialite issue)
Hey, all. I have this issue where apple is using their own OAuth route to authorize the access to the users profile. I wanted to use session based login. But it seems I can't do anything about their route. Is there a way I can connect it so that it uses my route instead of theirs?
My route:
/auth/{$provider}/callback
Apple route:
/auth/authorize
Please or to participate in this conversation.