apollo-server/docs/source/best-practices/authentication.md

13 lines
294 B
Markdown
Raw Normal View History

2018-04-05 01:24:56 -04:00
---
title: Authentication and Authorization
description: Securing your app and serving your users
---
Intro note about authentication vs authorization and how you don't need to throw everything out
2018-04-19 14:51:15 +03:00
## Authenticating users
## Authorizing mutations
## Should I send a password in a mutation?