forgejo/routers/user
leonklingele 96b66e330b routers/user: ensure that decryption of cookie actually suceeds ()
Previously, only the first return value of ctx.GetSuperSecureCookie
was used to check whether decryption of the auth cookie succeeded.
ctx.GetSuperSecureCookie also returns a second value, a boolean,
indicating success or not. That value should be checked first to
be on the safe side and not rely on internal logic of the encryption
and decryption blackbox.
2019-07-06 23:47:09 +08:00
..
setting Add golangci () 2019-06-12 15:41:28 -04:00
auth.go routers/user: ensure that decryption of cookie actually suceeds () 2019-07-06 23:47:09 +08:00
auth_openid.go Add golangci () 2019-06-12 15:41:28 -04:00
home.go SearchRepositoryByName improvements and unification () 2019-05-15 11:24:39 -04:00
home_test.go hide issues from org private repos w/o team assignment () 2018-06-21 12:00:13 -04:00
main_test.go Unit tests for wiki routers () 2017-11-30 17:52:15 +02:00
notification.go Unifies pagination template usage () () 2019-04-20 00:15:19 -04:00
oauth.go fix drone build bug () 2019-06-13 00:23:45 -04:00
profile.go Add golangci () 2019-06-12 15:41:28 -04:00