Hey, got same problem here, did you solved it please ?
Oct 3, 2020
4
Level 1
Laravel Passport - Authorization Code Grant with PKCE
Hello everyone,
I am using Laravel Passport - Authorization Code Grant with PKCE
I am following the docs (https://laravel.com/docs/8.x/passport#code-grant-pkce)
However, I am stuck on the Redirecting For Authorization section
On this section, I am redirecting to the /oauth/authorize and appending the query params.
I then get redirected and started receiving the Route [login] not defined error. I fixed this by adding the login route in the web.php.
I am now redirected to the login route; however, I am confused. Am I supposed to setup the login page?
In addition, I have found little to no information regarding people asking about Passport with PKCE. I believe this was released earlier this year..
Please or to participate in this conversation.