ueberauth / ueberauth_example

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

Update the project to Phoenix 1.13 #35

Closed rishavs closed 6 years ago

rishavs commented 7 years ago

Can we please update the project to the latest Phoenix (and other dependency) versions? For someone who is completely new to Phoenix, the older versions can be confusing.

doomspork commented 7 years ago

Howdy! Updating this is a little low on the list of priorities for the contributors at the moment. We're busy working on Guardian v1 so we can shift our focus to giving Ueberauth (and the strategies) some much needed TLC.

That said @rishavs, pull requests are always welcome! A great way to learn how to use Ueberauth is to give it a shot 😁

rishavs commented 7 years ago

Thanks for replying. I am currently trying to get this to work on 1.1.3 but having a weird error

=INFO REPORT==== 4-Aug-2017::02:33:51 ===
    application: logger
    exited: stopped
    type: temporary
** (Mix) Could not start application oauth: could not find application file: oauth.app

i have not used oauth2 anywhere so far manually (i guess it comes as a dependency for some of the strategies)

PS. i am on elixir 1.5 and OTP v20. the oauth2 in my deps folder is @version "0.9.1"

doomspork commented 7 years ago

Howdy @rishavs! Do you have this code up on a public repo?

zacck-zz commented 6 years ago

@doomspork I'm keen to do this if it's still on the table

doomspork commented 6 years ago

@zacck please do! I'm happy to help in a limited capacity 👍

zacck-zz commented 6 years ago

@doomspork I have a PR for this but for some reason I can't get the app to compile brunch assets

zacck-zz commented 6 years ago

@doomspork I think the PR for this is done and pushed