authentication.py
12.5 KB
-
authentication: allow all transport modes of access token in OAuth2Authentication · 1909472a
RFC6750 describe three transport modes for access tokens when accessing a protected resource: - Auhthorization header with the Bearer authentication type - form-encoded body parameter - URI query parameter This patch add support for last two transport modes.
Benjamin Dauvergne committed