_.Mass._
KKinde
•Created by _.Mass._ on 9/29/2024 in #💻┃support
Setting dark theme as default experience still serves light theme login page
Hi, like the title says, under the brand design settings page, I have selected dark as my default experience however I keep getting a light theme for my login and signup page. Am I understanding/using this setting correctly?
9 replies
KKinde
•Created by _.Mass._ on 2/15/2024 in #💻┃support
redirectTo home with search parameters encodes the ?
Hi, I am passing a redirectTo to app state that contains url search parameters but after login I am redirected to a url with the question mark encoded. I would expect the behaviour to be that I am correctly redirected to a route with search parameters.
redirects me to:
/%3Ffoo=bar
5 replies
KKinde
•Created by _.Mass._ on 2/6/2024 in #💻┃support
Using custom login page
Hi, I am trying to use a custom login page. I have my page implemented with a login button and on click event I am calling the kindeClient.login method passing the following options
My expectation from here according to the docs is that the user should see the kinde code verification page, however the behaviour I am getting is on first click the email is appended to my search params. If I then enter the email again in my input and click I then am redirected to the code verification page.
I am using this version of the javascript sdk
"@kinde-oss/kinde-auth-pkce-js": "^3.0.30"
. Is there anything I am missing or doing wrong?
Here are the docs I was following https://kinde.com/docs/authentication-and-access/custom-authentication-pages/#.
Thank you9 replies
KKinde
•Created by _.Mass._ on 10/20/2023 in #💻┃support
Adding an account to an organization via api returns 200 but user is not in the list
Hi, I am hitting this api to add a user to an organization https://kinde.com/api/docs/#add-organization-users and I am getting a 200. I try to list the users for that Organization right after, I am getting a list of user but the one I have just added is not in the list. Everything happens in the same function so I know I am listing the same org code. Could there possibly be an issue with this endpoint?
21 replies