Skip to content

Commit

Permalink
Merge pull request 99designs#1131 from muraoka/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in authentication docs
  • Loading branch information
vektah authored Apr 24, 2020
2 parents f079325 + 08af45b commit 645e04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/recipes/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ linkTitle: Authentication
menu: { main: { parent: 'recipes' } }
---

We have an app where users are authenticated using a cookie in the HTTP request, and we want to check this authentication status somewhere in our graph. Because GraphQL is transport agnostic we can't assume there will even be an HTTP request, so we need to expose these authention details to our graph using a middleware.
We have an app where users are authenticated using a cookie in the HTTP request, and we want to check this authentication status somewhere in our graph. Because GraphQL is transport agnostic we can't assume there will even be an HTTP request, so we need to expose these authentication details to our graph using a middleware.


```go
Expand Down

0 comments on commit 645e04a

Please sign in to comment.