pow-auth / assent

Multi-provider framework in Elixir
https://powauth.com
MIT License
391 stars 45 forks source link

Added the ability to set request headers in OAuth2.fetch_user/4 #77

Closed ohmree closed 3 years ago

ohmree commented 3 years ago

No tests because I'm not good at writing them, sorry in advance.

https://github.com/pow-auth/pow_assent/issues/201

danschultzer commented 3 years ago

Thanks! request is already tested quite a bit, and fetch_user is called through the callback phase so I don't think tests are necessary here.