https://github.com/libtnb/sessions
Session package
https://github.com/libtnb/sessions
Last synced: 3 months ago
JSON representation
Session package
- Host: GitHub
- URL: https://github.com/libtnb/sessions
- Owner: libtnb
- License: mit
- Created: 2024-08-23T15:30:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-11T23:59:00.000Z (4 months ago)
- Last Synced: 2026-02-12T09:37:43.817Z (4 months ago)
- Language: Go
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sessions
Sessions package for Go, use stdlib and secure cookie.
Since the experience for `gorilla/sessions` was s*it, we decided to write our own.
This package refers to the session module in [goravel/framework](https://github.com/goravel/framework).