httpcookie

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClearAuth

func ClearAuth(c *gin.Context, name string)

ClearAuth removes a sensitive authentication cookie.

func ClearAuthState

func ClearAuthState(c *gin.Context, name string)

ClearAuthState removes a non-sensitive auth state cookie.

func SetAuth

func SetAuth(c *gin.Context, name, value string, maxAge int)

SetAuth stores a sensitive authentication cookie.

func SetAuthState

func SetAuthState(c *gin.Context, name, value string, maxAge int)

SetAuthState stores a non-sensitive auth state cookie that client-side UI code may read, such as "logged in" hints.

Types

This section is empty.

Jump to

Keyboard shortcuts

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