gnu-social/config/routes/trikoder_oauth2.yaml

8 lines
274 B
YAML
Raw Normal View History

2022-01-16 17:44:21 +00:00
oauth2_authorization_code:
controller: Trikoder\Bundle\OAuth2Bundle\Controller\AuthorizationController::indexAction
path: '/oauth/authorize'
oauth2_token:
controller: Trikoder\Bundle\OAuth2Bundle\Controller\TokenController::indexAction
path: '/oauth/token'