how to delete a child object in prisma
How to return multiple prisma calls with trpc
Proxy prisma calls to FE with tRPC
Prisma allowing empty DB fields

NextAuth-Try signing in with a different account

media files do not show on my netlify site when I deploy my astro project.
src directory and they work fine. but the media files in public directory do not show up.
...Confused on types of prisma responses, and how to access the data inside.
Do Planet Scales 'Dump' & 'Restore-Dump' via the CLI restore data + schemas or JUST the schemas?
pscale database dump [database] [branch], will this save and backup the data, and then I can restore the database including all schemas + saved data via restore-dump <DATABASE_NAME> <BRANCH_NAME> ? Or will it just restore the schemas?
...just asking to make extra sure, I'm a little scared 😅...How do I type my query data?

AWS Spending Limit
backend stack suggestions
The `protectedProcedure` doesn't seem protected?
I have enabled "strategy: "jwt" in next-auth, so my understanding is that NextJS encrypts the token it's received from auth provider, and now uses this to determine whether we're logged in etc. In terms of making authenticated requests, should we not be doing something like decrypting the
access_token in the protectedProcedure handler, and getting the user / scope from that, and then assume the user is actually who they say they are (rather than trusting the client who could send any username)...Want to create a collaborative editor with Next.js
T3 Stack Next - Correct method for automating functions every X mins
After a user submits their email to next-auth, how to pass it to the check email page?
A very basic thing that can not be done right using NextAuth?
Auth solution for encrypting, not hashing, passwords
First Prisma thing with next-auth
serverless background jobs?
Quick Config Question
