Open samhstn opened 7 years ago
@shouston3 went through the tutorial a while back, can't say I'm a "fan" of Guardian (sadly) Opened this issue: https://github.com/ueberauth/ueberauth_identity/issues/20 but never got a resolution ... How far did you get? did you push your code up?
I got through the tutorial, didn't run into any issues, the auth system built felt nice. I quite liked using the little bit of Guardian which was introduced in the walkthrough (maybe Guardian gets difficult to work with when you use more advanced features).
I didn't push up my code to github since what I built in the tutorial was just the repo that you can find here
To be honest I wasn't too impressed by the authentication library options for Phoenix, I only found 2 other options:
@nelsonic Which authentication libraries have you looked into using/recommend using?
@shouston3 I'm not "convinced" by any of the authentication libraries currently available in Phoenix-land ... 😕 Specifically the documentation is "meh" ... 😫 We could do a much better job if we had a "blank" canvas ...
I'm really glad you say that, I was thinking it was just me
@shouston3 we'll be picking this up v. soon. 👍
I went through this Simple Authentication tutorial over the weekend and would highly recommend it.
mix phoenix.gen.model
web/router.ex
fileIt's well worth spending 30 mins going through this tutorial