mirror of https://github.com/go-gitea/gitea.git
Old code is not consistent for generating & decoding the JWT secrets. Now, the callers only need to use 2 consistent functions: NewJwtSecretWithBase64 and DecodeJwtSecretBase64 And remove a non-common function Base64FixedDecode from util.go |
||
|---|---|---|
| .. | ||
| assert_interface_test.go | ||
| init.go | ||
| jwtsigningkey.go | ||
| providers.go | ||
| providers_base.go | ||
| providers_custom.go | ||
| providers_openid.go | ||
| providers_simple.go | ||
| source.go | ||
| source_authenticate.go | ||
| source_callout.go | ||
| source_name.go | ||
| source_register.go | ||
| store.go | ||
| token.go | ||
| urlmapping.go | ||