package
0.0.0-20241118024035-a11252985bfe
Repository: https://github.com/ecodeclub/ginx.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
Get 参考 defaultProvider.Get 的说明.
No description provided by the author
No description provided by the author
NewSessionBuilder 创建一个 Builder 用于构造 Session 默认使用 defaultProvider.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

Builder 是一个辅助接口,便于构造 Session.
No description provided by the author
MemorySession 一般用于测试.
MiddlewareBuilder 登录校验.

# Interfaces

Provider 定义了 Session 的整个管理机制。 所有的 Session 都必须支持 jwt go:generate mockgen -source=./types.go -destination=./provider.mock_test.go -package=session Provider.
Session 混合了 JWT 的设计。.