File: remove_kwargs_to_fetch_token-20e3451ed192ab6a.yaml

package info (click to toggle)
python-keystonemiddleware 10.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: python: 10,017; makefile: 93; sh: 2
file content (6 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
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.