How to authenticate user using Ueberauth and Guardian in Phoenix framework

2.7k Views Asked by At

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

1

There are 1 best solutions below

2
On BEST ANSWER

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