2017 © Pedro PelĂĄez
 

library oauth2-server-bundle

image

borisguery/oauth2-server-bundle

  • Wednesday, April 6, 2016
  • by borisguery
  • Repository
  • 1 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

OAuth2 Server Bundle for Symfony

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

OAuth2 Server Bundle for Symfony, (*2)

Install

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

Usage

``` php, (*5)


## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING for details., (*6)

Security

If you discover any security related issues, please email guery.b@gmail.com instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions