dnplus / streamlit-oauth

Simple OAuth Component for Streamlit App
MIT License
144 stars 23 forks source link

Error with code challenge #18

Closed ryanblumenow closed 8 months ago

ryanblumenow commented 8 months ago

Hi. I get this error when trying to implement this authorization package:

error:invalid_request error_description:The mandatory 'code_challenge' parameter is missing. error_uri:https://documentation.openiddict.com/errors/ID2029

How would I include a code challenge parameter?