Any example implementations of Assent (without Pow)?

@danschultzer 's Assent looks like a great streamlined approach to OAuth implementation, I’m even looking to use the full POW suite at some point, would like to quickly implement assent in a project that’s using phoenix auth.

Hoping to take a look at a git project that used this, especially in a multi-service fashion (ie.e the option to login using Google, Facebook, Git, etc).

I was looking at the documentation and was about to start implementing but had to take a forced hiatus from developing for a short time. Now I’m back at it but I want to just quickly get this done and an example implementation would expedite things.

Thanks in advance for sharing.

Take a look in pow assent, but you just need to implement an auth controller.

Will try that thanks.

Maybe I’m not looking properly but I could not find a demo on the pow assent page.

Will just mention that @joangavelan has example projects that use assent without pow. In case anyone is looking.

1 Like

Hi @DidactMacros, thanks for the mention! And sorry for the late reply I was very busy.

Yeah in case anyone needs to take a look at example implementations, I have developed a couple of applications that make use of the excellent Assent library.

Google OAuth implementation - Contaclty project:

Multiprovider Implementation - Noted project:

Hope it helps!

1 Like