2017 © Pedro Peláez
 

symfony-bundle oauthserverbundle

oauthserver modification

image

ops-talent/oauthserverbundle

oauthserver modification

  • Wednesday, April 25, 2018
  • by Mojihito
  • Repository
  • 1 Watchers
  • 0 Stars
  • 172 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1811 % Grown

The README.md

Installation

Add this to service.yml, (*1)

services:
    app.oauth.storage:
        class: Opstalent\OAuthServerBundle\Storage\OAuthStorage
        parent: fos_oauth_server.storage.default
    app.oauth.server:
        class: Opstalent\OAuthServerBundle\OAuth\OAuth2
        arguments: ['@app.oauth.storage', '%fos_oauth_server.server.options%']
    fos_oauth_server.controller.token:
        class: Opstalent\OAuthServerBundle\Controller\TokenController
        arguments: ['@app.oauth.server']

The Versions