aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/httpsign.go
Commit message (Expand)AuthorAgeFilesLines
* Remove SHA1 for support for ssh rsa signing (#31857)Wim2024-09-071-2/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+4
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Remove `Named` interface (#26913)KN4CK3R2023-09-051-1/+0
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-281-7/+7
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Implement http signatures support for the API (#17565)Wim2022-06-051-0/+217