You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Prerequisites
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
The text was updated successfully, but these errors were encountered: