Skip to content

IETF rfc6749 Section 2.3.1 - Don't set auth params if they are nil

Some oauth providers don't like it if you pass an empty client_secret. According to the spec it may be omitted if it's empty: https://datatracker.ietf.org/doc/html/rfc6749#section-2.3.1

Merge request reports

Loading