youearnedit / YEI-lunchnlearn

A place for tracking things we talk about, or want to talk about, at Lunch 'n' Learn.
2 stars 0 forks source link

Handling Authentication and Authorization in GraphQL #23

Open noahseger opened 5 years ago

noahseger commented 5 years ago

https://www.youtube.com/watch?v=4_Bcw7BULC8 (20:58)

Ryan Chenkie, Developer Advocate at Auth0, gave this talk at GraphQL Summit 2017. Learn more: summit.graphql.com Auth for GraphQL can be tricky. It's easy to lock down the entire endpoint but this is often too much. How do we get more specific? Let's talk about the available options and best practices for auth in GraphQL. You'll come away knowing everything you need to get a working auth solution in place.