laravel-sign-in-with-apple
laravel-sign-in-with-apple copied to clipboard
Provide "Sign In With Apple" functionality to your Laravel app.
I've watched the full video and followed each step. but I'm getting this issue.  Anyone can help me with it. I've looked up for solutions but none worked so...
I have configured all the configuration for apple signin. It is redirect to apple site to get username and password. after that in callback, it is showing like this
Hello, I am using this lib and it is working very good but missing data about user when user logging from mobile app. I saw in method `mapUserToObject` that you...
getting this error when installing ``` composer require genealabs/laravel-sign-in-with-apple Using version ^0.6.0 for genealabs/laravel-sign-in-with-apple ./composer.json has been updated Running composer update genealabs/laravel-sign-in-with-apple Loading composer repositories with package information Updating dependencies...
the sign in works fine but in the response when I retun the user variable instead of this :  it gives me this :  here is my code...
Hi team, When generating the client secret at step 4 in below guideline, there was an expired time for the key. That's mean after this amount of time, the client...
I'm having an issue with the callback. I have double checked clientID, teamID and accountId. Somebody else has this problem?
Hi! When the callback returns from the apple servers I get a 419 error from Laravel. Disabling the VerifyCsrfToken middleware fixes this but is obviously not a fix. Laravel framework...
- a lot has changed over the past year or two.
- offload as much as possible to the package. - register callback route exception for Kernel in service provider. - other than configuring the apple keys in .env, everything should...