sessions

package
v0.0.0-...-8ac2a7b Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClearSession

func ClearSession(c *gin.Context) error

ClearSession очищает текущую сессию (например, для выхода)

func GetUserFromSession

func GetUserFromSession(c *gin.Context) (string, error)

GetUserFromSession проверяет сессию и возвращает имя пользователя

func InitSessionStore

func InitSessionStore() gin.HandlerFunc

InitSessionStore инициализирует хранилище сессий с максимальным временем жизни 12 часов

func SessionAuthMiddleware

func SessionAuthMiddleware() gin.HandlerFunc

func SetUserSession

func SetUserSession(c *gin.Context, username string) error

SetUserSession сохраняет сессию для пользователя

Types

This section is empty.

Jump to

Keyboard shortcuts

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