Closed byrnereese closed 2 years ago
Added fields for JWT and PKCE support. In the interest of full transparency, I did not yet test these. The intention of this PR is add support for the following:
$platform->login([ "jwt" => ])
$platform->createUrl([ / normal options /, "code_challenge" => "string", "code_challenge_method" => "string" ])
$platform->login([ / normal options /, "codeVerifier" => "string" ])
Added fields for JWT and PKCE support. In the interest of full transparency, I did not yet test these. The intention of this PR is add support for the following:
$platform->login([ "jwt" => ])
$platform->createUrl([ / normal options /, "code_challenge" => "string", "code_challenge_method" => "string" ])
$platform->login([ / normal options /, "codeVerifier" => "string" ])