Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 328 Bytes

step_06.md

File metadata and controls

17 lines (12 loc) · 328 Bytes

Проверка прав доступа или ACL

git checkout step_06

Learn

  • GraphQL resolver context
  • Authenticated GraphQL VS Unauthenticated REST
  • How add ACL to GraphQL schema

Packages

  • N/A

Tasks

  • Add REST /login endpoint with JWT
  • Create GraphQL context builder
  • Create AuthChecker