echo-swagger icon indicating copy to clipboard operation
echo-swagger copied to clipboard

fix: Properly parse url in oauth callback

Open reidlevesque opened this issue 1 year ago • 0 comments

Describe the PR When you authorize in Swagger UI using the @securitydefinitions.oauth2.accessCode it redirects to oauth2-redirect.html. Before this PR that page results in a 404. After the PR, the page is loaded correctly and the access token is stored ready to be used.

Relation issue Fixes https://github.com/swaggo/echo-swagger/issues/106

reidlevesque avatar Jul 31 '24 15:07 reidlevesque