mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Merge pull request #718 from stratoss/patch-1
Changing the variable name to match the usage
This commit is contained in:
commit
9bf070472b
@ -17,7 +17,7 @@ Wherever you intialize your objects, initialize a new instance of the resource s
|
||||
$accessTokenRepository = new AccessTokenRepository(); // instance of AccessTokenRepositoryInterface
|
||||
|
||||
// Path to authorization server's public key
|
||||
$publicKey = 'file://path/to/public.key';
|
||||
$publicKeyPath = 'file://path/to/public.key';
|
||||
|
||||
// Setup the authorization server
|
||||
$server = new \League\OAuth2\Server\ResourceServer(
|
||||
|
Loading…
Reference in New Issue
Block a user