0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-19 00:40:08 +01:00
forgejo/services/auth
Lunny Xiao 6526733a58
Let web and API routes have different auth methods group ()
* remove the global methods but create dynamiclly

* Fix lint

* Fix windows lint

* Fix windows lint

* some improvements

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-03-28 12:46:28 +08:00
..
source Use ctx instead of db.DefaultContext in some packages(routers/services/modules) () 2022-03-22 16:22:54 +01:00
auth.go Let web and API routes have different auth methods group () 2022-03-28 12:46:28 +08:00
auth_test.go format with gofumpt () 2022-01-20 18:46:10 +01:00
basic.go format with gofumpt () 2022-01-20 18:46:10 +01:00
group.go Let web and API routes have different auth methods group () 2022-03-28 12:46:28 +08:00
interface.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
oauth2.go Refactor jwt.StandardClaims to RegisteredClaims () 2022-01-20 22:52:56 +01:00
reverseproxy.go format with gofumpt () 2022-01-20 18:46:10 +01:00
session.go format with gofumpt () 2022-01-20 18:46:10 +01:00
signin.go Fix login with email panic when email is not exist () 2022-02-28 18:33:33 +01:00
source.go Refactor auth package () 2022-01-02 21:12:35 +08:00
sspi_windows.go Let web and API routes have different auth methods group () 2022-03-28 12:46:28 +08:00
sync.go Refactor auth package () 2022-01-02 21:12:35 +08:00