Skip to content

v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 06:07
· 37 commits to main since this release

Changelog

⚠️ Noticeable changes for CognitoAuth users

Candyhouse no longer issues a user-specific CLIENT_ID. It seems that we can continue to use the CLIENT_IDs that we have been using, but we no longer need to provide it to use CognitoAuth.

Old

auth = CognitoAuth(
    apikey="API_KEY",
    client_id="CLIENT_ID (like: `us-west-1:11111111-2222-3333-4444-555555555555`)",
)

New

auth = CognitoAuth(apikey="API_KEY")

v0.5.1 (2021-11-03)

Implemented enhancements:

  • [Request]: CLIENT_ID is no longer required for CognitoAuth #64

Merged pull requests: