Skip to content
Aleksey Ilyin edited this page Sep 18, 2022 · 5 revisions

Implementing oAuth in a project using the socialconnect/auth library, support 30+ providers such as Facebook, Google, Twitter, GitHub, Vk and another.

Field oAuth filling example:

{
    "facebook": {
        "applicationId": "",
        "applicationSecret": "",
        "scope": [
            "email"
        ],
        "options": {
            "identity.fields": [
                "email",
                "name"
            ]
        }
    }
}

Attention: be careful with the markup and do not exceed the allowed field length.

Clone this wiki locally