Auth in GraphQL: Lessons from Production
I got a chance to speak at the GraphQL Summit 2021. I presented about my experience at Zillow around authentication and authorization decisions through the whole stack.
I got a chance to speak at the GraphQL Summit 2021. I presented about my experience at Zillow around authentication and authorization decisions through the whole stack.
We needed to generate hash of graphql queries on one of our high throughput services and were vary of adding another crypto call because node. Luckily, the internet had some great resources for benchmarking and hashing. Starting with these two as inspiration: https://medium.com/@chris_72272/what-is-the-fastest-node-js-hashing-algorithm-c15c1a0e164e https://www.blake2.net/ I wanted to run my own tests because we were hashing... » read more