[Web] update stevenmaguire/oauth2-keycloak and firebase/php-jwt
This commit is contained in:
committed by
DerLinkman
parent
a805d3b2e3
commit
cee771a3fb
@@ -36,6 +36,7 @@ $provider = new Stevenmaguire\OAuth2\Client\Provider\Keycloak([
|
||||
'encryptionAlgorithm' => 'RS256', // optional
|
||||
'encryptionKeyPath' => '../key.pem' // optional
|
||||
'encryptionKey' => 'contents_of_key_or_certificate' // optional
|
||||
'version' => '20.0.1', // optional
|
||||
]);
|
||||
|
||||
if (!isset($_GET['code'])) {
|
||||
|
||||
Reference in New Issue
Block a user