Skip to content

HybridAuth’s config params correction  #10

@juliangorge

Description

@juliangorge

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' ], ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions