aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/oauth2_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Enable testifylint rules (#34075)TheFox0x711 days1-1/+1
| | | | enable testifylint rules disabled in: https://github.com/go-gitea/gitea/pull/34054
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-1/+1
| | | | Enables tenv and testifylint linters closes: https://github.com/go-gitea/gitea/issues/32842
* Always load or generate oauth2 jwt secret (#30942)wxiaoguang2024-05-141-1/+27
| | | Fix #30923
* Fix oauth2 builtin application logic (#30304)wxiaoguang2024-04-081-0/+18
| | | | | | Fix #29074 (allow to disable all builtin apps) and don't make the doctor command remove the builtin apps. By the way, rename refobject and joincond to camel case.
* Use general token signing secret (#29205)wxiaoguang2024-02-181-0/+34
Use a clearly defined "signing secret" for token signing.