aboutsummaryrefslogtreecommitdiffstats
path: root/models/auth/token.go
Commit message (Expand)AuthorAgeFilesLines
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-141-251/+0
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-15/+16
* Upgrade go dependencies (#25819)harryzcy2023-07-141-6/+6
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-0/+9
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-0/+1
* Use random bytes to generate access token (#21959)Jason Song2022-11-281-3/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add index for access_token (#21908)Jason Song2022-11-231-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-0/+230