aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/session.go
Commit message (Expand)AuthorAgeFilesLines
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-281-3/+3
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* SessionUser protection against nil pointer dereference (#21358)Paweł Bogusławski2022-10-061-0/+4
* format with gofumpt (#18184)65432022-01-201-2/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+5
* Refactor: Move login out of models (#16199)zeripath2021-07-241-11/+2
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+75