-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): update readme and add badges
- Loading branch information
1 parent
a98ae25
commit 030fdd0
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
Flask-Session | ||
============= | ||
|
||
Flask-Session is an extension for Flask that adds support for Server-side Session to your application. | ||
## Forked Version | ||
|
||
[![image](https://img.shields.io/pypi/v/flask-providers-session.svg?style=flat)](https://pypi.python.org/pypi/flask-providers-session)![https://github.com/benbenbang/flask-session/actions/workflows/wf-ci.yml/badge.svg&flat](https://github.com/benbenbang/flask-oidc/actions/workflows/wf-ci.yml/badge.svg) ![https://img.shields.io/pypi/pyversions/flask-providers-session](https://img.shields.io/pypi/pyversions/flask-providers-session) ![https://img.shields.io/pypi/format/flask-providers-session&flat](https://img.shields.io/pypi/format/flask-providers-session) ![https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&flat) | ||
|
||
This project is forked from [flask-session](https://github.com/fengsp/flask-session), and is now renamed **flask-providers-session**. Flask-Session is an extension for Flask that adds support for Server-side sessions to your application. | ||
|
||
Note that this version stops supporting python 2. |