Skip to content

Instantly share code, notes, and snippets.

@dmouse
Created August 22, 2013 18:43
Show Gist options
  • Select an option

  • Save dmouse/6311140 to your computer and use it in GitHub Desktop.

Select an option

Save dmouse/6311140 to your computer and use it in GitHub Desktop.
Drupal 8, oauth sample routing
oauth_admin_form:
pattern: '/admin/config/services/oauth'
defaults:
_form: 'Drupal\oauth\Form\OAuthSettingsForm'
requirements:
_permission: 'administer oauth'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment