make nonce null by default
All checks were successful
rvr-nextgen/pipeline/head This commit looks good
All checks were successful
rvr-nextgen/pipeline/head This commit looks good
This commit is contained in:
parent
8a3fe76499
commit
829769bd75
@ -19,7 +19,7 @@ class OAuthSession extends Model
|
|||||||
|
|
||||||
private array $scope = [];
|
private array $scope = [];
|
||||||
|
|
||||||
private ?string $nonce = '';
|
private ?string $nonce = null;
|
||||||
|
|
||||||
private ?string $codeChallenge = null;
|
private ?string $codeChallenge = null;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user