Latest Backend Auth posts

May 26, 2020

Email & password authentication with accounts-js and Apollo Server

accounts-js is a fullstack authentication and accounts-management for Javascript. We provide you with a set of tools to authenticate and manage your users in your application. These tools work with REST, GraphQL and are database agnostic. We will implement the Authentication GraphQL API in NodeJS using accounts-js and Apollo. At the end of this article, our server […]

May 15, 2020

Setting Up Authentication and Authorization with Apollo Federation

When building out a distributed GraphQL architecture with Apollo Federation, we will often need to limit query access based on who requested the data (authentication) and whether they’re allowed to see or change the data they requested (authorization).

May 15, 2018

Authorization in GraphQL

Update: Auth now available in Apollo Router Apollo has shipped our new authentication and authorization features as built-in Router features. Checkout the launch post: https://www.apollographql.com/blog/graphql/security/enforcing-graphql-security-best-practices-with-graphos/ At some point (probably pretty early on) when building a GraphQL endpoint, you’ll probably have to face the question of how to control who can see and interact with the […]

Read more

March 18, 2016

Access Control in GraphQL

by Jonas Helfer

Recent posts

January 31, 2024

What’s new in Apollo Client 3.9

by Alessia Bellisario

Company