4 followers
Blogs from the StepZen team. With StepZen you can create a Serverless GraphQL API from any datasource within minutes. Try it out: https://stepzen.com
In this tutorial, you will learn how to build a fullstack Angular application that uses GraphQL to fetch data from a server. The application we'll...
Almost every frontend application needs some form of authentication. This post will build a JWT login flow with Auth0, Next.js, and StepZen. Auth0...
Have you ever wondered why some directives have to be added to your GraphQL schemas while others you can only use in runtime? That's because there are...
There are many different ways to handle authentication in GraphQL, but one of the most common is to use OAuth 2.0 - and, more specifically, JSON Web...
JSON Web Token (JWT) is a signed, URL-safe token that stores and encrypts information about a user in a JSON object. This form of authentication is...
You can find the complete code example for this blog on the StepZen GitHub page. Data composition is getting more and more important for modern APIs....