mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
rename cookies to prevent conflict
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package auth
|
||||
|
||||
const (
|
||||
CookieToken = "token"
|
||||
CookieOauthState = "oauth_state"
|
||||
CookieToken = "godoxy_token"
|
||||
CookieOauthState = "godoxy_oauth_state"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user