0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-31 11:40:58 +01:00
gitea/services/auth/source/oauth2
Jonathan Tran b18c04ebde
fix: Fix to delete cookie when AppSubURL is non-empty (#30375)
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: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Kyle D <kdumontnu@gmail.com>
2024-04-14 12:46:56 +08:00
..
assert_interface_test.go
init.go
jwtsigningkey.go
providers_base.go
providers_custom.go
providers_openid.go
providers_simple.go
providers.go
source_authenticate.go
source_callout.go
source_name.go
source_register.go
source.go
store.go fix: Fix to delete cookie when AppSubURL is non-empty (#30375) 2024-04-14 12:46:56 +08:00
token.go
urlmapping.go