dwyl/elixir-auth-google-demo

Update to dependency on elixir_auth_github to v1.5 and Update Phoenix to 1.6

Closed this issue · 1 comments

With the release of elixir_auth_github at 1.5.0 and Phoenix 1.6 we need to update this demo to confirm everything still works as expected.

Todo

  • Update Elixir to 1.12.3
  • Update to Phoenix 1.6
    • Deletes package.json and unnecessary node.js dependencies! 🎉
  • Update underlying dependency elixir_auth_github to 1.5.0 📦

Here's one we made earlier: dwyl/elixir-auth-github-demo#18

The demo app is currently working on heroku using "old" version: https://elixir-auth-google-demo.herokuapp.com/
image

PR: #7 assigned to @SimonLab