-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple Socialite Provider sends POST Request (Not accepting) #5
Comments
Update: I've made a possible fix for this:
|
Hi @Ssionn, That's strange, I don't think that's typical OAuth operation, as providers issue a redirect to your |
Ah okay I think I see that here as well: https://github.com/patrickbussmann/oauth2-apple If this resolves your issue, let me know and I can patch it to |
Using laravel's match works pretty good. Haven't had any issue with the POST Request since. |
Oh yeah, the funny part of all of this; Apple is the only one using post requests for this from what I can find. 😒 |
lol figures eh! Appreciate the detailed issue and helping me get this patched 🙏 |
I have this issue where the route for the callback is not accepting the POST Request. What do I change in the
routes()
function to fix this issue? Adding the URI inVerifyCsrfToken.php
doesn't work for some reason. It doesn't want to disable the csrf. It basically it only has to do with the routing.Issue:
Routes function:
VerifyCsrfToken.php:
The text was updated successfully, but these errors were encountered: