mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 17:23:36 +01:00
e74c4e1be9
Some OAuth2 providers return quite large structured tokens >32767 bytes. Gitea currently has a fixed maximum of 32767 bytes for these and unfortunately due to the convoluted nature of the dependent libraries the error returned is rather opaque. Here we manage the error a little better - detecting the rather opaque github.com/gorilla/securecookie.errEncodedValueTooLong and converting it to a more readable error. Further we provide a configurable option to increase the maximum size of the provided OAuth2 tokens. Fix #9907 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> |
||
---|---|---|
.. | ||
ldap | ||
oauth2 | ||
openid | ||
pam | ||
sso | ||
admin.go | ||
auth_form.go | ||
auth.go | ||
org.go | ||
repo_branch_form.go | ||
repo_form_test.go | ||
repo_form.go | ||
user_form_auth_openid.go | ||
user_form_test.go | ||
user_form.go |