Skip to content

HybridAuth’s config params correction #24

@juliangorge

Description

@juliangorge

I would like to suggest a modification in documentation, 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'
                ],
               // ......

To:

    'hybridauth' => [
            'providers' => [
                'google' => [
                    'enabled' => true,
                    'keys' => [ 
                        'id' => 'YOUR GOOGLE CLIENT ID',
                        'secret' => 'YOUR GOOGLE CLIENT SECRET'
                    ],
                ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions