mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 14:09:44 +02:00
7 lines
86 B
Go
7 lines
86 B
Go
package auth
|
|
|
|
const (
|
|
CookieToken = "token"
|
|
CookieOauthState = "oauth_state"
|
|
)
|