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.
gitea/services/auth/source
wxiaoguang 45c15387b2
Refactor JWT secret generating & decoding code (#29172)
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
12 months ago
..
db Reduce usage of `db.DefaultContext` (#27073) 1 year ago
ldap Unify user update methods (#28733) 1 year ago
oauth2 Refactor JWT secret generating & decoding code (#29172) 12 months ago
pam Reduce usage of `db.DefaultContext` (#27073) 1 year ago
smtp Reduce usage of `db.DefaultContext` (#27073) 1 year ago
sspi Implement FSFE REUSE for golang files (#21840) 2 years ago
source_group_sync.go Reduce usage of `db.DefaultContext` (#27073) 1 year ago