mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 13:02:33 +02:00
rename cookies to prevent conflict
This commit is contained in:
parent
81d96394b9
commit
7cd44b5ad3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
package auth
|
package auth
|
||||||
|
|
||||||
const (
|
const (
|
||||||
CookieToken = "token"
|
CookieToken = "godoxy_token"
|
||||||
CookieOauthState = "oauth_state"
|
CookieOauthState = "godoxy_oauth_state"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue