forgejo/services/auth
wxiaoguang 5b9557aef5
Refactor cookie ()
Close 

At the beginning, I just wanted to fix the warning mentioned by 

But, the cookie code really doesn't look good to me, so clean up them.

Complete the TODO on `SetCookie`: 

> TODO: Copied from gitea.com/macaron/macaron and should be improved
after macaron removed.
2023-04-13 15:45:33 -04:00
..
source Fix accidental overwriting of LDAP team memberships () 2023-04-11 19:54:26 -04:00
auth.go Refactor cookie () 2023-04-13 15:45:33 -04:00
auth_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
basic.go Implement actions () 2023-01-31 09:45:19 +08:00
group.go refactor auth interface to return error when verify failure () 2022-12-28 13:53:28 +08:00
httpsign.go refactor auth interface to return error when verify failure () 2022-12-28 13:53:28 +08:00
interface.go refactor auth interface to return error when verify failure () 2022-12-28 13:53:28 +08:00
middleware.go Map OIDC groups to Orgs/Teams () 2023-02-08 14:44:42 +08:00
oauth2.go Implement actions () 2023-01-31 09:45:19 +08:00
reverseproxy.go Add context cache as a request level cache () 2023-02-15 21:37:34 +08:00
session.go refactor auth interface to return error when verify failure () 2022-12-28 13:53:28 +08:00
signin.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
source.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
sspi_windows.go Refactor cookie () 2023-04-13 15:45:33 -04:00
sync.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00