Connecting Phoenix to Fitbit with OAuth2

Connecting Phoenix to Fitbit with OAuth2 (Part 1)

Now that we've learned to create a Phoenix app, add a Users model, and deploy it all to Heroku, it's time to add authentication. In this example we'll learn how to hook our Phoenix app up to Fitbit with OAuth2.

wsmoak.net

This tutorial is just what I needed; I wanted to write a web app using the fitbit api and learn Phoenix while doing it.

Update: I've finished a first version. Here's the GitHub Repo and the deployed app