All Projects → go-macaron → session

go-macaron / session

Licence: Apache-2.0 license
Package session is a middleware that provides the session management of Macaron.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to session

Macaron
Package macaron is a high productive and modular web framework in Go.
Stars: ✭ 3,233 (+12334.62%)
Mutual labels:  macaron, lsif-enabled
Houki
🧹 Customizable MitM proxy / 可定制化的中间人代理
Stars: ✭ 28 (+7.69%)
Mutual labels:  lsif-enabled
Thinkgo
A lightweight MVC framework written in Go (Golang).
Stars: ✭ 184 (+607.69%)
Mutual labels:  session
SanSessionToolbar
⚡ Session Toolbar that can be applied into Zend/Laminas DeveloperTools
Stars: ✭ 39 (+50%)
Mutual labels:  session
Slim Session
A very simple session middleware for Slim Framework 2/3/4.
Stars: ✭ 200 (+669.23%)
Mutual labels:  session
sessions
A non-blocking session handler for PHP
Stars: ✭ 23 (-11.54%)
Mutual labels:  session
Gta5online Private public lobby
A tool to setup your GTA5 firewall rules easily. Adding IPs to your whitelist enables your friends to stay in your session.
Stars: ✭ 170 (+553.85%)
Mutual labels:  session
firebase-spring-boot-rest-api-authentication
Firebase Spring Boot Rest API Authentication
Stars: ✭ 172 (+561.54%)
Mutual labels:  session
ocaml-cookie
Working with cookies in OCaml and Reason
Stars: ✭ 31 (+19.23%)
Mutual labels:  session
dialectic
Transport-polymorphic, asynchronous session types for Rust
Stars: ✭ 60 (+130.77%)
Mutual labels:  session
hutplate
A Go library over standard net/http library with auth, session, err handling and more.
Stars: ✭ 28 (+7.69%)
Mutual labels:  session
Wwdc
You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳
Stars: ✭ 2,561 (+9750%)
Mutual labels:  session
secure-cookie
Secure cookies and sessions for WSGI
Stars: ✭ 30 (+15.38%)
Mutual labels:  session
Aura.session
Tools for managing sessions, including session segments and read-once messages
Stars: ✭ 185 (+611.54%)
Mutual labels:  session
docs
An open source project for Macaron documentation.
Stars: ✭ 14 (-46.15%)
Mutual labels:  macaron
Tlog
Terminal I/O logger
Stars: ✭ 170 (+553.85%)
Mutual labels:  session
CSRF-tutorial
Use Django To Introduce CSRF and Cookies , Session 📝
Stars: ✭ 49 (+88.46%)
Mutual labels:  session
rust cms
使用Rust编写一个CMS(内容管理系统)可以做为个人博客,公司网站
Stars: ✭ 32 (+23.08%)
Mutual labels:  session
koa-session-mongoose
Mongoose store for Koa sessions
Stars: ✭ 29 (+11.54%)
Mutual labels:  session
laravel-dynamodb-session-driver
DynamoDB Session Driver for Laravel 5
Stars: ✭ 15 (-42.31%)
Mutual labels:  session

session

GitHub Workflow Status codecov GoDoc Sourcegraph

Middleware session provides session management for Macaron. It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.

Installation

The minimum requirement of Go is 1.6 (1.13 if using Redis, 1.10 if using MySQL).

go get github.com/go-macaron/session

Getting Help

Credits

This package is a modified version of beego/session.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].