sessions
Package sessions is used to store session information for a web server
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/10/16 18:25:07
added CI
LICENSE
767
2017/11/03 18:12:50
added LICENSE
README.md
1414
2025/10/16 18:25:16
added better README
example_test.go
625
2025/10/16 18:25:11
added example
go.mod
100
2025/10/19 17:52:35
update to latest authenticate lib
go.sum
567
2025/10/19 17:52:35
update to latest authenticate lib
options.go
1198
2025/10/19 17:53:06
add ability to sign session data, instead of encrypting it
sessions.go
2459
2025/10/19 17:53:06
add ability to sign session data, instead of encrypting it
sessions_test.go
1395
2025/10/19 17:53:17
add signing tests