This project is not covered by Drupal’s security advisory policy.

This module renders all active/enabled social auth buttons in Drupal core's login form.

Additional support for Commerce Checkout Flow login form.

Also provides a form element so you can embed it to your custom forms.

Sample:

$form['social_auto_buttons'] = [
  '#type' => 'social_auth_buttons',
  '#title' => t('Social Auth Buttons'),
];

Project information

Releases