Laravel Version
12
PHP Version
8.4.7
Database Driver & Version
docker mysql:latest
Description
According to the docs; or at least the authorization code grant section If a user has already approved the authorization with xyz scopes the authorization view wont appear if no value is given to prompt query parameter; I've been working with the PKCE setup for a while now and its been inconsistent at times but last version I used (i.e. 12) mostly asked for authorization only once; version 13 is now asking me everytime... The prompt query parameter set to none throws an error and does not give a code... Is there a way to revert this to only ask just once?
Steps To Reproduce
It works; just not as expected