laravel-sign-in-with-apple icon indicating copy to clipboard operation
laravel-sign-in-with-apple copied to clipboard

Provide "Sign In With Apple" functionality to your Laravel app.

Results 18 laravel-sign-in-with-apple issues
Sort by recently updated
recently updated
newest added

I've watched the full video and followed each step. but I'm getting this issue. ![image](https://user-images.githubusercontent.com/22174467/159954233-a88a0766-7113-48e4-bc78-94a92b7d8a82.png) 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...

bug

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 : ![image](https://user-images.githubusercontent.com/47886817/164490868-351dab6e-2780-4119-82ed-108e97d0d7a6.png) it gives me this : ![image](https://user-images.githubusercontent.com/47886817/164490585-ed80726d-0b6a-4120-ad89-c7e8d5d5500f.png) 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...

enhancement

I'm having an issue with the callback. I have double checked clientID, teamID and accountId. Somebody else has this problem?

documentation

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.

bug
documentation

- 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...

enhancement