summaryrefslogtreecommitdiffstats
path: root/services/auth/group.go
Commit message (Expand)AuthorAgeFilesLines
* Remove `Named` interface (#26913)KN4CK3R2023-09-051-12/+4
* Fix the error message when the token is incorrect (#25701)caicandong2023-07-111-2/+13
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-33/+1
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-281-9/+8
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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