Published 30 Jul - 2020
Updated 04 Feb - 2022
Getting started with GraphQL and Absinthe in Phoenix
In the last tutorial, there I had an app with a simple rest api that was authenticated with Guardian and Json Web Token. In this tutorial, I will go..
Published 22 Jul - 2020
Combining authentication solutions with Guardian and Phx Gen Auth
Many web apps have both a web interface and an Json api. When the normal web app has a classic session based authentication, an API need something l..