Zuka
KKinde
•Created by H4x0rus on 2/23/2024 in #💻┃support
kinde and Cloudflare Workers
Hi! I'm trying to get set up on CF workers as well. I've npm installed the
@kinde-oss/kinde-node
dependency, but since the package uses XMLHttpRequest
which isn't available inside the worker, I am kind of stuck. I could implement my own version, but I just wanted to hear, if you have a version that doesn't use XMLHttpRequest
.8 replies
KKinde
•Created by Zuka on 2/17/2024 in #💻┃support
Create organization after login
We're letting our new users create their organization after signup so that they in reality can have multiple organizations. Building it into our API is no issue 👍 I just thought that it might be possible because of the
createOrg
method, but it appears that it is only possible when sending the user to the Kinde login/signup flow. We want to do it after signup, so having the user sign in again after specifying an organization name is a bit weird. But thank you for letting me know. API it is 💪 And again: Kinde is really taking the hard work out of authentication and signup. Amazing product4 replies