package
Version:
v0.0.0-...-d6be14c
Opens a new window with list of versions in this module.
Published: Dec 9, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var RefreshTokenCookieInfo = refreshTokenCookieInfo{
Name: "REFRESH_TOKEN",
MaxAge: 60 * 60 * 24 * 20,
Path: "/",
Domain: fmt.Sprintf(".%s", configs.Server.Host),
Secure: true,
HttpOnly: true,
SameSite: 1,
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.