forgejo/services/auth/source/oauth2
Giteabot 65ba5b924f
fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30469)
Backport #30375 by @jtran

Cookies may exist on "/subpath" and "/subpath/" for some legacy reasons
(eg: changed CookiePath behavior in code). The legacy cookie should be
removed correctly.

Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Kyle D <kdumontnu@gmail.com>
(cherry picked from commit e64926c5193e9ccc30b34f187d96c74d104179ae)
2024-04-21 17:39:14 +02:00
..
assert_interface_test.go
init.go remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
jwtsigningkey.go Port "Use general token signing secret" 2024-02-19 20:49:37 +01:00
providers.go Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
providers_base.go Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
providers_custom.go
providers_openid.go Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
providers_simple.go
source.go
source_authenticate.go
source_callout.go
source_name.go
source_register.go
store.go fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30469) 2024-04-21 17:39:14 +02:00
token.go
urlmapping.go