How do I handle Authorization with prisma/graphql-...
# orm-help
d
How do I handle Authorization with prisma/graphql-yoga? Is there an easy way / tutorial?
c
You can use shield as a middleware. https://github.com/maticzav/graphql-shield
👍 1
d
Thanks! I'll take a look :)
f