mirror of
https://github.com/click33/sa-token-go.git
synced 2026-04-22 23:37:07 +08:00
7f46eaf7b0
- Add path-based authentication feature - Support Ant-style wildcard patterns - Integrate path auth into all framework integrations - Update documentation with detailed usage examples
8 lines
175 B
Modula-2
8 lines
175 B
Modula-2
module github.com/click33/sa-token-go/storage/memory
|
|
|
|
go 1.23.0
|
|
|
|
require github.com/click33/sa-token-go/core v0.1.6
|
|
|
|
replace github.com/click33/sa-token-go/core => ../../core
|