Hi there, does anyone have a good library or read on how to secure a yoga/prisma endpoint so that only authorized clients can read it? My background in building node/ts backends is limited. I know that the prisma boilerplate implements auth, but I need something much more basic just to limit access to my unauthorized clients. Should I just pass a key in the header and check against it in every request? Is there a lib that does something like that for me? Thanks