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/modules/auth
Chongyi Zheng 7b8e418da1
Replace deprecated `math/rand` functions (#30733)
Suggested by logs in #30729

- Remove `math/rand.Seed`
`rand.Seed is deprecated: As of Go 1.20 there is no reason to call Seed
with a random value.`
- Replace `math/rand.Read`
`rand.Read is deprecated: For almost all use cases, [crypto/rand.Read]
is more appropriate.`
- Replace `math/rand` with `math/rand/v2`, which is available since Go
1.22
9 months ago
..
openid Implement FSFE REUSE for golang files (#21840) 2 years ago
pam Use a general approach to access custom/static/builtin assets (#24022) 2 years ago
password Replace deprecated `math/rand` functions (#30733) 9 months ago
webauthn Next round of `db.DefaultContext` refactor (#27089) 1 year ago
common.go Map OIDC groups to Orgs/Teams (#21441) 2 years ago