jazzband / django-oauth-toolkit

OAuth2 goodies for the Djangonauts!
https://django-oauth-toolkit.readthedocs.io
Other
3.13k stars 792 forks source link

Bug in documentation regarding creating code verifier and code challenge #1322

Closed petermcd closed 1 year ago

petermcd commented 1 year ago

Describe the bug The instructions for generating a code verifier and code challenge is incorrect.

To Reproduce Follow the instructions as is, this will result in an API response specifying invalid_grant

Expected behavior Response providing correct token details.

Version Documentatiion for 2.3.0