dev-master
9999999-dev
MIT
The Requires
- borisguery/oauth2-server dev-master
- borisguery/oauth2-server-http-foundation-bridge dev-master
- symfony/framework-bundle ^2.7|~3
by Boris Guéry
Wallogit.com
2017 © Pedro PelĂĄez
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
OAuth2 Server Bundle for Symfony, (*2)
Via Composer, (*3)
``` bash $ composer require borisguery/oauth2-server-bundle, (*4)
## Configuration ``` yaml bgy_o_auth2_server: authorization_server: storage: access_token: oauth2.storage.access_token client: oauth2.storage.client refresh_token: oauth2.storage.refresh_token token_generator: ~ always_generate_a_refresh_token: true always_require_a_client: true access_token_ttl: 3600 refresh_token_ttl: 3600 grant_types: - oauth2.authorization_server.grant_types.password - oauth2.authorization_server.grant_types.refresh_token
``` php, (*5)
## Testing ``` bash $ composer test
Please see CONTRIBUTING for details., (*6)
If you discover any security related issues, please email guery.b@gmail.com instead of using the issue tracker., (*7)
The MIT License (MIT). Please see License File for more information., (*8)
MIT