Skip to content
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

[FEATURE_REQUEST] Apple Provider Support #723

Open
xcode-it opened this issue Dec 3, 2024 · 0 comments
Open

[FEATURE_REQUEST] Apple Provider Support #723

xcode-it opened this issue Dec 3, 2024 · 0 comments

Comments

@xcode-it
Copy link

xcode-it commented Dec 3, 2024

Socialite Version

5.16

Laravel Version

11.34.2

PHP Version

8.3

Database Driver & Version

MySQL 8.0

Description

Why there's no support for apple provider ?

Steps To Reproduce

    'apple' => [
        'client_id' => env('APPLE_CLIENT_ID'),
        'client_secret' => env('APPLE_CLIENT_SECRET'),
        'redirect' => env("APP_ENV") === "local" ? env('APPLE_DEV_REDIRECT_URI') : env('APPLE_PROD_REDIRECT_URI'),
    ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant