We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.16
11.34.2
8.3
MySQL 8.0
Why there's no support for apple provider ?
'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'), ],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: