MALEV0L3NT
Explore posts from serversKKinde
•Created by MALEV0L3NT on 3/4/2025 in #💻┃support
Give administrator access to all orgs
This sounds interesting. I'm trying to make it as simple as possible for the business owner so I'm writing all my own logic within the app so he won't ever have to log into the kinde dashboard
10 replies
KKinde
•Created by MALEV0L3NT on 3/4/2025 in #💻┃support
Give administrator access to all orgs
the admin will likely be creating the orgs
10 replies
KKinde
•Created by MALEV0L3NT on 3/4/2025 in #💻┃support
Give administrator access to all orgs
Hi CB,
Yeah so the use case is that I'm developing a system for a sole trader who works very closely with businesses he on-boards. Each business he works with is set up as a Kinde Organisation and he should be able to log in to every org
10 replies
How to make controlled <textarea>
maybe this thread could be helpful?
https://github.com/solidjs/solid/discussions/416
8 replies
Using zod to validate env vars
Here's an example of how I've used it within a sold-start app (following the t3-env agnostic core documentation):
This ensures typesafety of env vars using Zod and gives good error messages in case any are invalid or missing
22 replies
Using zod to validate env vars
I know this is very late for this thread, but I happened to come across this question and I think https://env.t3.gg/docs/introduction could be something like what you're looking for
22 replies
KKinde
•Created by MALEV0L3NT on 11/9/2024 in #💻┃support
Get Logo From User Org
Ok great, using the management API should definitely work for now. Thanks for your reply.
3 replies
KKinde
•Created by nakulbh on 9/7/2024 in #💻┃support
getUserOrganizations returning null
Ah, I've just seen this: https://github.com/kinde-oss/kinde-auth-nextjs/issues/201
Looks like a fix is on the way
12 replies
KKinde
•Created by nakulbh on 9/7/2024 in #💻┃support
getUserOrganizations returning null
Is there anything else you recommend trying for this issue?
12 replies
KKinde
•Created by MALEV0L3NT on 10/12/2024 in #💻┃support
Create Kinde Users Within Application
Alrighty will do, thanks peeps
3 replies
TTCTheo's Typesafe Cult
•Created by MALEV0L3NT on 4/30/2024 in #questions
Next.js app router with dynamic routes and trpc weird behaviour
It would make sense that TypeScript thinks it's a number in the editor but at runtime it actually is not a number and therefore is incorrectly typed at runtime... That's probably what's happening
5 replies
TTCTheo's Typesafe Cult
•Created by MALEV0L3NT on 4/30/2024 in #questions
Next.js app router with dynamic routes and trpc weird behaviour
Oh unless TypeScript is just lying to me
5 replies
TTCTheo's Typesafe Cult
•Created by MALEV0L3NT on 4/30/2024 in #questions
Next.js app router with dynamic routes and trpc weird behaviour
Shit I don't think the screenshots ever uploaded... In the first code block the id in the url parameter is being typed as a number, and typescript interprets it as a number in
const { id } = params
. As far as I can see, TypeScript is interpreting it as a number, but Zod for some reason seems to think otherwise5 replies
KKinde
•Created by MALEV0L3NT on 3/26/2024 in #💻┃support
Is it possible to have teams in my Kinde application?
Hey Oli, thanks for the resources, I'll do some reading and let you know how it goes
4 replies
KKinde
•Created by MALEV0L3NT on 3/7/2024 in #💻┃support
Seamlessly integrating a separate marketing and application site
Hey Oli, thanks for checking, quacksire did help me come up with a solution that has since been implemented 🙂
13 replies