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