Watch
1
0
Fork
You've already forked golang-forgejo-go-chi-session
0
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 42019680f6
Adding debian version 1.0.4-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-08-27 14:39:00 +02:00
.forgejo/workflows Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
debian Adding debian version 1.0.4-1. 2026-08-27 14:39:00 +02:00
internal/test Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
memcache Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
mysql Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
postgres Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
redis Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
.gitignore Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
.golangci.yaml Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
file.go Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
file_test.go Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
go.mod Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
go.sum Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
LICENSE Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
memory.go Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
memory_test.go Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
README.md Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
renovate.json Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
session.go Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
session_test.go Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00
utils.go Adding upstream version 1.0.4. 2026-08-27 14:07:32 +02:00

Session

Middleware session provides session management which based on a fork of a fork of Macaron Session for go-chi. It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL and MySQL.

Installation

go get code.forgejo.org/go-chi/session

Credits

This package is a modified version of go-macaron/session.

License

This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.