forgejo/services/auth
wxiaoguang 8531ca0837
Make SSPI auth mockable ()
Before, the SSPI auth is only complied for Windows, it's difficult to
test and it breaks a lot.

Now, make the SSPI auth mockable and testable.
2023-09-17 23:32:56 +00:00
..
source Reduce usage of db.DefaultContext () 2023-09-14 17:09:32 +00:00
auth.go Fix install page context, make the install page tests really test () 2023-05-23 09:29:15 +08:00
auth_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
basic.go More refactoring of db.DefaultContext () 2023-09-15 06:13:19 +00:00
group.go Remove Named interface () 2023-09-05 15:58:30 +00:00
httpsign.go Remove Named interface () 2023-09-05 15:58:30 +00:00
interface.go Reduce usage of db.DefaultContext () 2023-09-14 17:09:32 +00:00
oauth2.go More refactoring of db.DefaultContext () 2023-09-15 06:13:19 +00:00
reverseproxy.go Reduce usage of db.DefaultContext () 2023-09-14 17:09:32 +00:00
session.go Remove Named interface () 2023-09-05 15:58:30 +00:00
signin.go Reduce usage of db.DefaultContext () 2023-09-14 17:09:32 +00:00
source.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
sspi.go Make SSPI auth mockable () 2023-09-17 23:32:56 +00:00
sspiauth_posix.go Make SSPI auth mockable () 2023-09-17 23:32:56 +00:00
sspiauth_windows.go Make SSPI auth mockable () 2023-09-17 23:32:56 +00:00
sync.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00