Files
gitea/models/fixtures/oauth2_authorization_code.yml
wxiaoguang 83bdfc2a57 Support for Custom URI Schemes in OAuth2 Redirect URIs (#37356)
Fix #34349

By the way, remove `(ctx *APIContext) HasAPIError() ` and `(ctx
*APIContext) GetErrMsg()` because they do nothing, the error handling
has been done in API's middeware

The existing OAuth2 tests were not quite right, refactored them together
2026-04-22 21:33:27 +00:00

3 lines
116 B
YAML

[]
# DO NOT add more test data in the fixtures, test case should prepare their own test data separately and clearly