1
0
Fork 0
Find a file
Daniel Baumann 8e3613f1e6
Adding debian version 1.0.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-18 15:25:38 +02:00
.forgejo/workflows Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
debian Adding debian version 1.0.1-1. 2025-05-18 15:25:38 +02:00
internal/test Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
memcache Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
mysql Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
postgres Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
redis Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
.gitignore Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
.golangci.yaml Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
file.go Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
file_test.go Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
go.mod Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
go.sum Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
LICENSE Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
memory.go Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
memory_test.go Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
README.md Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
renovate.json Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
session.go Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
session_test.go Adding upstream version 1.0.1. 2025-05-18 15:03:50 +02:00
utils.go Adding upstream version 1.0.1. 2025-05-18 15:03:50 +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.