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
Hope can be helpful! Id and secret of social provider must be in keys array:
From: 'hybridauth' => [ 'providers' => [ 'google' => [ 'enabled' => true, 'id' => 'YOUR GOOGLE CLIENT ID', 'secret' => 'YOUR GOOGLE CLIENT SECRET' ], // ...... https://api-tools.getlaminas.org/documentation/recipes/integrate-social-logins 3
'hybridauth' => [ 'providers' => [ 'google' => [ 'enabled' => true, 'id' => 'YOUR GOOGLE CLIENT ID', 'secret' => 'YOUR GOOGLE CLIENT SECRET' ], // ......
To: 'hybridauth' => [ 'providers' => [ 'google' => [ 'enabled' => true, 'keys' => [ 'id' => 'YOUR GOOGLE CLIENT ID', 'secret' => 'YOUR GOOGLE CLIENT SECRET' ], ],
'hybridauth' => [ 'providers' => [ 'google' => [ 'enabled' => true, 'keys' => [ 'id' => 'YOUR GOOGLE CLIENT ID', 'secret' => 'YOUR GOOGLE CLIENT SECRET' ], ],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hope can be helpful!
Id and secret of social provider must be in keys array:
From:
'hybridauth' => [ 'providers' => [ 'google' => [ 'enabled' => true, 'id' => 'YOUR GOOGLE CLIENT ID', 'secret' => 'YOUR GOOGLE CLIENT SECRET' ], // ......
https://api-tools.getlaminas.org/documentation/recipes/integrate-social-logins 3
To:
'hybridauth' => [ 'providers' => [ 'google' => [ 'enabled' => true, 'keys' => [ 'id' => 'YOUR GOOGLE CLIENT ID', 'secret' => 'YOUR GOOGLE CLIENT SECRET' ], ],
The text was updated successfully, but these errors were encountered: