echo-swagger
echo-swagger copied to clipboard
fix: Properly parse url in oauth callback
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