Elixir API and Elm SPA - Part 2
Part 2: Adding Guardian Authentication
Now we're going to add authentication to our app. As this is going to be a JSON REST API we are going to use a token that needs to be passed as a header in each request made to the API. We are going to use Guard...
blog.miguelcoba.com11 min read