mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 04:52:35 +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
|
||||
|
||||
const (
|
||||
CookieToken = "token"
|
||||
CookieOauthState = "oauth_state"
|
||||
CookieToken = "godoxy_token"
|
||||
CookieOauthState = "godoxy_oauth_state"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue