We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d49a15 + 6dc37eb commit 56fd14bCopy full SHA for 56fd14b
composer.json
@@ -21,7 +21,7 @@
21
"illuminate/encryption": "~5.4",
22
"illuminate/http": "~5.4",
23
"illuminate/support": "~5.4",
24
- "league/oauth2-server": "~5.0",
+ "league/oauth2-server": "^6.0",
25
"symfony/psr-http-message-bridge": "~1.0",
26
"zendframework/zend-diactoros": "~1.0",
27
"phpseclib/phpseclib": "^2.0"
src/PassportServiceProvider.php
@@ -200,7 +200,7 @@ public function makeAuthorizationServer()
200
$this->app->make(Bridge\AccessTokenRepository::class),
201
$this->app->make(Bridge\ScopeRepository::class),
202
'file://'.Passport::keyPath('oauth-private.key'),
203
- 'file://'.Passport::keyPath('oauth-public.key')
+ app('encrypter')->getKey()
204
);
205
}
206
0 commit comments