Description
Prerequisites
- I have searched the repository’s issues and the Kinde community to ensure my documentation issue isn’t a duplicate
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
How can we improve the docs or what is missing?
Hello!
The PHP SDK docs have this string to initialize Kinde
$this->kindeClient = new KindeClientSDK("KINDE_HOST", "KINDE_REDIRECT_URL", "KINDE_CLIENT_ID", "KINDE_CLIENT_SECRET", "KINDE_GRANT_TYPE");
however this no longer appears to work as the KINDE_POST_LOGOUT_REDIRECT_URL parameter is also required but not specified anywhere in the docs.
Additionally the environment variables for configuration make no mention of the required KINDE_GRANT_TYPE.
I think it would be good to document exactly what parameters KindeClientSDK accepts and what is required during the "Configure your app" part of the SDK docs.
Provide extra context, such as what you were trying to do and your requirements
I was trying to use Kinde for the first time and ran into many issues due to improper & outdated documentation
If the docs page already exists, please provide a link
https://kinde.com/docs/developer-tools/php-sdk/#configure-your-app