Skip to content

Conversation

petermcd
Copy link
Contributor

Fixes #1322

Description of the Change

This resolves an issue with the instructions for generating a code challenge and code verifier. Following the instructions resulted in an error rather than getting the correct token details.

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

Copy link
Contributor

@n2ygk n2ygk left a comment

Choose a reason for hiding this comment

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

Thanks!

@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Merging #1323 (3cf78cd) into master (1eca949) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1323   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files          32       32           
  Lines        2073     2073           
=======================================
  Hits         2020     2020           
  Misses         53       53           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@n2ygk n2ygk merged commit 9aa27c7 into django-oauth:master Sep 26, 2023
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.

Bug in documentation regarding creating code verifier and code challenge
2 participants