kinde_client.is_authenticated()
Hi Kinde Support Team and Community.
I am building an application with Python Flask (Server-Side Rendering) and KindeOAuth.
When I use
Is there any way to resolve the issue of gatekeeping my app from unauthenticated people accessing my confidential app?
Thank you.
Regards,
Kentgi
I am building an application with Python Flask (Server-Side Rendering) and KindeOAuth.
When I use
kinde_client.is_authenticated(), it always returns True even an unauthenticated user tries to access the login page and still uses the last person login session/Token access.Is there any way to resolve the issue of gatekeeping my app from unauthenticated people accessing my confidential app?
Thank you.
Regards,
Kentgi
