duration

package
v0.0.0-...-45fc8d6 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// UserInteraction is a duration that normal user interaction should finish within.
	// https://cheatsheetseries.owasp.org/cheatsheets/Forgot_Password_Cheat_Sheet.html#step-3-send-a-token-over-a-side-channel
	UserInteraction = 20 * time.Minute
	// Consent is a duration that consent should finish within.
	Consent = 5 * time.Minute
	// VisitorIDLifeTime is a duration that indicate the life time of VisitorID
	// VisitorID will be generated when user visit the web app
	// The unique page views aggregates page views that are generated by the same VisitorID
	VisitorIDLifeTime = 20 * time.Minute
	// The expiration of the analytic redis keys
	// Expiration will be set after saving the count to the audit db
	AnalyticRedisKeyExpiration = 180 * 24 * time.Hour
	// Short is a duration for short living things.
	Short = 5 * time.Minute
	// WebError is a duration for storing web error.
	WebError = 1 * time.Minute
	// PerMinute is 1 minute.
	PerMinute = 1 * time.Minute
	// PerHour is 1 hour.
	PerHour = 1 * time.Hour
	// ClockSkew is the duration of acceptable clock skew.
	ClockSkew = 5 * time.Minute
	// Long is a duration for something that persists for a certain time.
	Long = 90 * 24 * time.Hour
)

Variables

This section is empty.

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