antyrace / oauth2-server
Oauth2 server modification
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/antyrace/oauth2-server
Requires
- php: >=5.5.9
- lucadegasperi/oauth2-server-laravel: 5.0.*
This package is not auto-updated.
Last update: 2025-10-01 21:53:19 UTC
README
Some modifications in oauth2 server
Installation
In your config/oauth2.php
in 'grant_types' array change
'\League\OAuth2\Server\Grant\PasswordGrant' '\AntyRace\OAuth2\Server\Grant\PasswordGrant'
'\League\OAuth2\Server\Grant\RefreshTokenGrant' '\AntyRace\OAuth2\Server\Grant\RefreshTokenGrant'
'token_type' => 'League\OAuth2\Server\TokenType\Bearer' 'token_type' => 'AntyRace\OAuth2\Server\TokenType\Bearer'