mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-27 17:12:37 -05:00
The previous URL encoding would encode spaces to '+' for the app name which is incorrect. Use base64 encoding instead which does not have such issues.