Quiz: Protecting GraphQL API
Test your knowledge on protecting the GraphQL API.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
According to GraphQL specifications, what’s the standard way of implementing authentication?
A.
A login
mutation that sets a server-side cookie.
B.
A JWT-based authentication.
C.
GraphQL standard doesn’t define a way for implementing authentication.
D.
Authentication should be implemented outside of GraphQL API.
1 / 3