Skip to content

Conversation

karpet
Copy link

@karpet karpet commented Jan 8, 2022

Fixes #1077

Description of the Change

Fixes bug by checking both client and server strings for the same $ sentinel character.

Checklist

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS

* #651 Batch expired token deletions in `cleartokens` management command
* Added pt-BR translations.
* #729 Add support for [hashed client_secret values](https://django-oauth-toolkit.readthedocs.io/en/latest/settings.html#client-secret-hasher).
* #1077 Bug fix for hashed client secrets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for an added changelog entry here as it's just a bug fix for a feature that has not yet been released.

@n2ygk n2ygk added this to the 1.7.0 milestone Jan 8, 2022
@karpet karpet closed this Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

client secret hashing allows use of the hash value of a hashed secret.

3 participants