mirror of
https://github.com/go-gitea/gitea
synced 2025-02-22 20:11:28 +01: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.