social_auth_google.routing.yml in Social Auth Google 8
Same filename and directory in other branches
2 string references to YAML keys in social_auth_google.routing.yml
- GoogleAuth::initSdk in src/
Plugin/ Network/ GoogleAuth.php - social_auth_google_install in ./
social_auth_google.install - Implements hook_install().
File
social_auth_google.routing.ymlView source
- social_auth_google.settings_form:
- path: '/admin/config/social-api/social-auth/google'
- defaults:
- _title: 'Google Account Settings'
- _form: 'Drupal\social_auth_google\Form\GoogleAuthSettingsForm'
- requirements:
- _permission: 'administer social api authentication'
-
- social_auth_google.redirect_to_google:
- path: 'user/login/google'
- defaults:
- _controller: 'Drupal\social_auth_google\Controller\GoogleAuthController::redirectToGoogle'
- requirements:
- _role: 'anonymous'
- options:
- no_cache: TRUE
-
- social_auth_google.callback:
- path: '/user/login/google/callback'
- defaults:
- _controller: 'Drupal\social_auth_google\Controller\GoogleAuthController::callback'
- requirements:
- _role: 'anonymous'
- options:
- no_cache: TRUE