Skip to content

Releases: mblackgeo/flask-cognito-lib

v1.3.2

31 May 10:45
Compare
Choose a tag to compare

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

06 Jul 13:40
Compare
Choose a tag to compare

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

25 May 08:25
Compare
Choose a tag to compare

Feature

  • Bump pyjwt minor version (672b99e)

Documentation

  • Fix broken badges on mkdocs (9f888f6)

v1.2.0

06 May 14:29
Compare
Choose a tag to compare

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

30 Mar 16:02
Compare
Choose a tag to compare
  • Added support for custom state values
  • Added configuration parameter for requesting custom scopes from Cognito

v1.1.5

30 Mar 15:54
Compare
Choose a tag to compare
v1.1.5

v1.1.4

30 Mar 15:48
Compare
Choose a tag to compare

Documentation

  • Add placeholder for semantic in the Changelog (9549891)

v1.0.1

24 Mar 14:09
Compare
Choose a tag to compare
  • Fix a bug with configuration that set allowed for increased leeway when checking token expiration

v1.0.0

24 Mar 12:31
Compare
Choose a tag to compare

NOTE: This release includes a bug which adds additional leeway when checking for token expiry and as it such it is recommended to use v1.0.1 instead.

v0.1.3

24 Mar 10:43
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

First release