apollo-server/docs/source/best-practices/authentication.md
2018-04-19 14:51:15 +03:00

294 B

title description
Authentication and Authorization Securing your app and serving your users

Intro note about authentication vs authorization and how you don't need to throw everything out

Authenticating users

Authorizing mutations

Should I send a password in a mutation?