pow-auth / assent

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

Add support for no auth method in access token request in OAuth2 strategy #24

Closed danschultzer closed 4 years ago

danschultzer commented 4 years ago

With the refactoring in #7, there was no longer support for no auth method during access token request. That should be possible though as per https://tools.ietf.org/html/rfc6749#section-4.1.3.

This resolves issue in #23