An open API service indexing awesome lists of open source software.

https://github.com/libtnb/sessions

Session package
https://github.com/libtnb/sessions

Last synced: 3 months ago
JSON representation

Session package

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).