Day105 — Authentication in GraphQL

Jacky Tsang
2 min readSep 25, 2019

--

Here records the things I learned when I do JWT authentication in GraphQL.

Authentication introduction in GraphQL

Authenticate in GraphQL with JWT

use graphql-shield to create a permission layer

graphql-shield example

graphql-shield + apollo-server-lambda example

password hashing

generate secret key

--

--

No responses yet