Skip to content

Documentation issue: Incorrect KindeClientSDK Initialization #26

Open
@0ctan33

Description

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

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions