mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-21 04:52:35 +02:00
6 lines
86 B
Go
6 lines
86 B
Go
package auth
|
|
|
|
const (
|
|
CookieToken = "token"
|
|
CookieOauthState = "oauth_state"
|
|
)
|