Listing Tutorials


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..

Published 26 Jan - 2020
Updated 01 May - 2020

Create Swagger compatible custom Phoenix JSON generator

I am in the process of creating an API in Phoenix and I want it to support Swagger documentation without me having to do much. I dont want to go in ..