keystonemiddleware/releasenotes/notes/remove_kwargs_to_fetch_toke...

7 lines
210 B
YAML

---
other:
- >
The ``kwargs_to_fetch_token`` setting was removed from the
``BaseAuthProtocol`` class. Implementations of auth_token now assume kwargs
will be passed to the ``fetch_token`` method.