constants

package
v0.0.0-...-d6be14c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL