mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
@kylef pointed out on https://github.com/go-gitea/gitea/pull/31632 that
[RFC7617](https://www.rfc-editor.org/rfc/rfc7617.html#section-2)
mandates case-insensitive comparison of the scheme field `Basic`. #31632
copied a case-sensitive comparison from
https://github.com/go-gitea/gitea/pull/6293. This PR fixes both
comparisons.
The issue only affects OIDC, since the implementation for normal Gitea
endpoints is already correct:
|
7 months ago | |
---|---|---|
.. | ||
2fa.go | 1 year ago | |
auth.go | 7 months ago | |
auth_test.go | 8 months ago | |
linkaccount.go | 10 months ago | |
main_test.go | 1 year ago | |
oauth.go | 7 months ago | |
oauth_test.go | 2 years ago | |
openid.go | 1 year ago | |
password.go | 11 months ago | |
webauthn.go | 8 months ago |