ueberauth / ueberauth_example

Example Phoenix application using Überauth for authentication
http://ueberauth-example.herokuapp.com
MIT License
220 stars 73 forks source link

Update elixir and phoenix #68

Closed chulkilee closed 3 years ago

chulkilee commented 3 years ago

This PR is to align this project with the latest Phoenix, to make it easy to see what's the diff, and how to use Ueberauth from the latest phoenix.

Mainly, copy files from phoenix 1.5.7 mix phx.new ueberauth_example --no-dashboard --no-gettext with followings

yordis commented 3 years ago

Amazing work, thank you very much

cseeger commented 3 years ago

@chulkilee - thanks for keeping this up to date!