pow-auth / pow_assent

Multi-provider authentication for your Pow enabled app
https://powauth.com
MIT License
321 stars 50 forks source link

Open to more strategies? #186

Closed praveenperera closed 4 years ago

praveenperera commented 4 years ago

Hey great library, I was very easily able to make a OAuth2 strategy for DigitalOcean.

If you are open to it I could make a PR for it.

danschultzer commented 4 years ago

Please do! You'll need to contribute to https://github.com/pow-auth/assent

The OAuth 2 strategy integration is really easy, e.g. this is how the discord integration has been set up: https://github.com/pow-auth/assent/blob/master/lib/assent/strategies/discord.ex Edit: Oh right you've set up the strategy 😄

praveenperera commented 4 years ago

Done https://github.com/pow-auth/assent/pull/49