2017 © Pedro Peláez
 

library oauth2-server

Oauth2 server modification

image

antyrace/oauth2-server

Oauth2 server modification

  • Friday, October 23, 2015
  • by AntyRace
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

oauth2-server

Some modifications in oauth2 server, (*1)

Installation

In your config/oauth2.php in 'grant_types' array change, (*2)

1., (*3)

    '\League\OAuth2\Server\Grant\PasswordGrant'
    '\AntyRace\OAuth2\Server\Grant\PasswordGrant'

2., (*4)

    '\League\OAuth2\Server\Grant\RefreshTokenGrant'
    '\AntyRace\OAuth2\Server\Grant\RefreshTokenGrant'

3., (*5)

    'token_type' => 'League\OAuth2\Server\TokenType\Bearer'
    'token_type' => 'AntyRace\OAuth2\Server\TokenType\Bearer'

The Versions

23/10 2015

dev-master

9999999-dev

Oauth2 server modification

  Sources   Download

MIT

The Requires

 

by Avatar AntyRace

23/10 2015

0.1.0

0.1.0.0

Oauth2 server modification

  Sources   Download

MIT

The Requires

 

by Avatar AntyRace