dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.58k stars 1.34k forks source link

Use PKCE Code challenge for OAUTH authentication scheme #2231

Open phardy-egis opened 2 months ago

phardy-egis commented 2 months ago

Hello,

Is it possible tu use PKCE Code challenge in a custom OAUTH authentication scheme ? If yes, can you provide an example ? I cannot find anything...

Here is the topic related in flask documentation https://docs.authlib.org/en/latest/flask/2/grants.html#flask-oauth2-code-grant

Does the OAUTH_PROVIDERS json config variable support anything related to PKCE ?