aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/auth/openid.go
Commit message (Expand)AuthorAgeFilesLines
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-141-18/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Log the real reason when authentication fails (but don't show the user) (#25414)Lunny Xiao2023-07-031-5/+1
* Refactor cookie (#24107)wxiaoguang2023-04-131-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-221-45/+4
* Extract updateSession function to reduce repetition (#21735)Jason Song2022-11-101-19/+7
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-101-0/+11
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-5/+4
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-261-1/+1
* format with gofumpt (#18184)65432022-01-201-3/+1
* Refactor auth package (#17962)Lunny Xiao2022-01-021-0/+457