Northerncoder
Northerncoder
KKinde
Created by Northerncoder on 6/25/2024 in #💻┃support
satellite domains
from a technical standpoint. if a client pointed their root domain to my app, would authentication not work on their own custom domain without the advanced org feature?
11 replies
KKinde
Created by Northerncoder on 6/25/2024 in #💻┃support
satellite domains
is there another way to get something similar to this, if not as fully featured for a more affordable price?
11 replies
KKinde
Created by Northerncoder on 6/25/2024 in #💻┃support
satellite domains
I am just realizing the cost to get this feature will be $65 /month per org.. or $780 per client a year.. thats quite a bit more than I expected
11 replies
KKinde
Created by Northerncoder on 6/25/2024 in #💻┃support
satellite domains
that sounds great. i appreciate the heads up that this is coming in the future
11 replies
KKinde
Created by Northerncoder on 6/25/2024 in #💻┃support
satellite domains
i was thinking i would probably first make a subdomain per each client eg millcreek.admin.com and shelterbay.admin.com but one day allow them to bring their own domains for whitelabel experience
11 replies
KKinde
Created by Northerncoder on 6/25/2024 in #💻┃support
satellite domains
Each client/business would lo be logging into admin.com where they manage their own communities. they can bring their own domains for their tennants to log in eg millcreek.com or shelterbay.com where they can pay community dues etc.
11 replies
KKinde
Created by TEKIMAX on 5/12/2024 in #💻┃support
Kinde Webhook
Thank you. I appreciate your response. I understand webhooks are in beta and fairly new to Kinde. As constructive feedback, i thought I'd share that I have been migrating from clerkjs and was looking for similar onboarding documentation that clerkjs had to get a basic user creation into my convex db. After a week of playing with this I just today ran across kinde's jwt verify and decode utility functions that I think will get me to through. thanks
8 replies
KKinde
Created by TEKIMAX on 5/12/2024 in #💻┃support
Kinde Webhook
Hi, I ran into the same issue following the kinde blog post : https://kinde.com/blog/engineering/kinde-with-convex-webhooks-to-realtime-data/ the blog post has code that suggests the jwt arrives in the webhook as part of the authorization header : const authHeader = request.headers.get("Authorization"); const jwt = authHeader.split(" ")[1]; // Assuming the header format is "Bearer <jwt>" but in fact it is arriving in the payload. Is the blog out of date or am I following the wrong documentation.
8 replies