danschultzer / phoenix_oauth2_provider

Get an OAuth 2 provider running in your phoenix with controllers, views and models in just two minutes
MIT License
84 stars 41 forks source link

add support for pkce params #43

Open Ross65536 opened 3 years ago

Ross65536 commented 3 years ago

Depends on https://github.com/danschultzer/ex_oauth2_provider/pull/91

Add support for sending code_challenge and code_challenge_method to underlying library on authorization code grant.

Ross65536 commented 3 years ago

the mix deps will need to be updated with the changes from the depended PR to make the tests pass