summaryrefslogtreecommitdiffstats
path: root/services/auth/group.go
Commit message (Expand)AuthorAgeFilesLines
* refactor auth interface to return error when verify failure (#22119) (#22259)Lunny Xiao2022-12-291-9/+8
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-2/+3
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-281-0/+20
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Refactor: Move login out of models (#16199)zeripath2021-07-241-13/+21
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+73