Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/authelia/session
Session implementation for fasthttp
https://github.com/authelia/session
Last synced: about 1 month ago
JSON representation
Session implementation for fasthttp
- Host: GitHub
- URL: https://github.com/authelia/session
- Owner: authelia
- License: mit
- Created: 2020-12-28T04:05:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T18:19:40.000Z (12 months ago)
- Last Synced: 2024-06-21T20:08:34.962Z (7 months ago)
- Language: Go
- Homepage:
- Size: 279 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# session
[![Test status](https://github.com/authelia/session/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/authelia/session/actions?workflow=test)
[![Go Report Card](https://goreportcard.com/badge/github.com/authelia/session)](https://goreportcard.com/report/github.com/authelia/session)
[![GoDev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/authelia/session/v3)
[![GitHub release](https://img.shields.io/github/release/authelia/session.svg)](https://github.com/authelia/session/releases)Session implementation for [Authelia](https://www.authelia.com) (fork of [github.com/fasthttp/session](https://github.com/fasthttp/session)).
## Providers
- memory
- redis