dev-master
9999999-devoauthserver modification
MIT
The Requires
- friendsofsymfony/oauth-server-bundle ^1.5
- friendsofsymfony/oauth2-php ^1.2
- symfony/security ^3.2
- symfony/http-foundation ^3.2
api restful symfony 3 doc
oauthserver modification
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']
oauthserver modification
MIT
api restful symfony 3 doc