Marvin
07/30/2019, 9:45 AMauthentication
& authorization
basics (https://www.prisma.io/tutorials/graphql-rest-authentication-authorization-basics-ct20) and there is something I don't understand.
I understand the difference between these two but solves graphql-shield
both of them or just the authorization? I also looked into the graphql-auth
example (https://github.com/prisma/prisma-examples/tree/master/node/graphql-auth).
It seems like I just need graphql-shield
which protects my routes. Is that correct?
Thank you! 🙂Harshit
07/30/2019, 6:38 PM