clearlyunwell
clearlyunwell
TTCTheo's Typesafe Cult
Created by clearlyunwell on 2/10/2024 in #questions
T3 and User Management (admin user must be able to CRUD users) - suggestions?
Brilliant, thanks. I’ll look into each of these. I went blank on aws for some reason but cognito was built for this. Will check out keycloak too. Thanks so much.
10 replies
TTCTheo's Typesafe Cult
Created by clearlyunwell on 2/10/2024 in #questions
T3 and User Management (admin user must be able to CRUD users) - suggestions?
Even if it’s just email and password or username and password. That would be sufficient for my use case.
10 replies
TTCTheo's Typesafe Cult
Created by clearlyunwell on 2/10/2024 in #questions
T3 and User Management (admin user must be able to CRUD users) - suggestions?
Next auth is for users to self-register. I didn’t see any way to manage or create those users as a super-admin. Happy to be wrong 🙂 hoping to be wrong!
10 replies
TTCTheo's Typesafe Cult
Created by FleetAdmiralJakob 🗕 🗗 🗙 on 2/1/2024 in #questions
Tech decision: Which queue service?
I see. So you want to fire and forget the email so you can get back to the user quicker. In this case queues would solve the problem. So would a database entry with the email data. Any mechanism to offload the actual sending of the email. But you’re asking which queuing service is recommended - I think that’s been answered 🙂
24 replies
TTCTheo's Typesafe Cult
Created by FleetAdmiralJakob 🗕 🗗 🗙 on 2/1/2024 in #questions
Tech decision: Which queue service?
or AWS SQS, but agree on not using queues until it's a noticeable bottleneck to send immediately.
24 replies
TTCTheo's Typesafe Cult
Created by stewietheangel on 5/17/2023 in #questions
Property 'prisma' does not exist on type 'object'
I solved this by using ctx.db. instead of ctx.prisma. Hope this helps. Took me far too many hours of struggling. Like this return ctx.db.post.findMany();
9 replies