Search code examples
elixirphoenix-frameworkueberauth

How to authenticate user using Ueberauth and Guardian in Phoenix framework


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


Solution

  • 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