7

Is there any tutorial or help available which i can follow to authenticae users using Ueberauth and Guardian in Phoenix framework.

I have seen following post but it mostly talk about addict and passport libraries

How to implement user authentication in phoenix

Community
  • 1
  • 1
Androider
  • 2,884
  • 5
  • 28
  • 47

1 Answers1

2

You can follow following youtube video. It will guide you step by step regarding authentication in Phoenix/Elixir app with Ueberauth and Guardian

https://www.youtube.com/watch?v=X6Z-sDSJ3sE

You can also download or see complete source code of an example project here

https://github.com/ylankgz/shlack

  • 6
    While there is good information in the 3.5 hours of video, it would be nice to see a written guide. – blarf Dec 20 '16 at 04:28
  • Anyone looking for a written tutorial, I recommend this blog post from thoughtbot: https://thoughtbot.com/blog/authentication-in-elixir-web-applications-with-guardian-part-1 – Burak Kaymakci Aug 31 '21 at 17:27