DarkaOnLine / L5-Swagger

OpenApi or Swagger integration to Laravel
https://github.com/DarkaOnLine/L5-Swagger
MIT License
2.64k stars 394 forks source link

Add PKCE config parameter #486

Closed DriverCat closed 2 years ago

DriverCat commented 2 years ago

This PR adds new config option use_pkce_with_authorization_code_grant with default value set to false. This new parameter allows to authorize through Authorization Code Grant with PKCE, because if set to true, it enables swagger-ui option usePkceWithAuthorizationCodeGrant. #485