Skip to content

Latest commit

 

History

History
135 lines (82 loc) · 6.63 KB

CHANGELOG.md

File metadata and controls

135 lines (82 loc) · 6.63 KB

v1.9.1 (2024-09-26)

Fix

  • Update cryptography to address GHSA-h4gh-qq45-vh27 (39a22bb)

v1.9.0 (2024-09-23)

Feature

  • Store cognito_id_token in cookie (#45) (6933d04)

v1.8.2 (2024-08-27)

Fix

  • Update cryptography pin to address CVE-2024-26130 (c37f1e5)

v1.8.1 (2024-07-29)

Fix

  • Add descriptions to HTML exceptions (#47) (08e251e)

v1.8.0 (2024-05-30)

Feature

  • Allow overriding of configuration object (#43) (ece4645)

v1.7.0 (2024-05-15)

Feature

v1.6.2 (2024-03-26)

Fix

v1.6.1 (2023-10-30)

Fix

  • Support flask 2.x and 3.x (14f62f5)

v1.6.0 (2023-10-30)

Feature

  • Add support for setting domain and samesite on the cookie (46e69c8)

Documentation

  • Update with new configuration options for cookie domain/samesite (90fd6ac)
  • Remove misleading text in example in README (9faafc0)

v1.5.0 (2023-07-12)

Feature

  • Support "any" group membership in auth_required decorator (7d38fdb)

Documentation

  • Fix type in example usage of any group argument (bd0b9cc)
  • Add examples of "any group" membership (8c42686)

v1.4.1 (2023-07-08)

Fix

  • Replace use of deprecated app context stack (692f312)

v1.4.0 (2023-07-08)

Feature

  • Support Public Cognito Clients without an app secret (#17) (a54077c)

Documentation

v1.3.2 (2023-05-31)

Fix

  • Bump poetry version for CI pipelines (c60092c)
  • Typo in isort configuration (8d80de8)
  • Remove deprecated server_name argument (22b10c8)
  • Remove --no-update option (7ad415c)
  • Bump poetry version (c3558a7)
  • Specify default when extracting session state (c28da44)

Documentation

v1.3.1 (2022-07-06)

Fix

  • Run decorators within the app context (bb8bd38)

Documentation

  • Add SECRET_KEY to required config (366c862)
  • Fix typo in repo_url for mkdocs (b2e0875)

v1.3.0 (2022-05-25)

Feature

  • Bump pyjwt minor version (672b99e)

Documentation

  • Fix broken badges on mkdocs (9f888f6)

v1.2.0 (2022-05-06)

Feature

  • Add new config parameter to disable extension (fcafc51)

Documentation

  • Add docs for the AWS_COGNITO_DISABLED parameter (26b2439)
  • Fix typo for cross-site request forgery (1af4d24)
  • Update comment about state value (c36ed85)
  • Add extra details about using state value (8195ef0)
  • Fix broken link (26ad95f)
  • Update badges (9d93e38)

v1.1.6 (2022-03-30)

v1.1.5 (2022-03-30)

v1.1.4 (2022-03-30)

Documentation

  • Add placeholder for semantic in the Changelog (9549891)