swaggo / gin-swagger

gin middleware to automatically generate RESTful API documentation with Swagger 2.0.
MIT License
3.76k stars 270 forks source link

Authorization Code with PKCE #243

Open SudoSpartanDan opened 1 year ago

SudoSpartanDan commented 1 year ago

Is there a way to set up an Authorization Code flow with PKCE? Trying to get my generated Swagger UI to work with Okta, which requires PKCE.

thalionath commented 1 year ago

Hi @ubogdan Do you have time to review my PR to close this? Cheers

mriddell-foundry commented 1 year ago

Wondering if there is any update to merging the linked PR? Currently making the changes locally to get around this