1. 16 Feb, 2020 1 commit
  2. 09 Feb, 2020 1 commit
    • André Frimberger's avatar
      fix binascii.Error with reverse proxy bearer token · 7a608b4f
      André Frimberger authored
      When an authenticating reverse proxy (e.g. Keycloak Gatekeeper) adds a Bearer token in the Authorization header, every request fails with HTTP status code 500.  The corresponding error in the logs is: binascii.Error: Incorrect padding. 
      Despite "reverse_proxy_header_login" is enabled, calibre-web tries first to base64decode the bearer token and fails. This patch just reverses the order in which the authentication methods  are checked.
      7a608b4f
  3. 08 Feb, 2020 5 commits
  4. 02 Feb, 2020 1 commit
  5. 01 Feb, 2020 4 commits
  6. 29 Jan, 2020 1 commit
  7. 28 Jan, 2020 2 commits
  8. 27 Jan, 2020 4 commits
  9. 26 Jan, 2020 4 commits
  10. 21 Jan, 2020 4 commits
  11. 20 Jan, 2020 5 commits
  12. 19 Jan, 2020 5 commits
  13. 18 Jan, 2020 3 commits