Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BMeu committed Sep 29, 2019
1 parent 5650910 commit 72cda16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Possible log types:
* `[fixed]` for any bug fixes.
* `[security]` to invite users to upgrade in case of vulnerabilities.

## 0.1.0 (January 1<sup>st</sup>, 3000)
## 0.1.0 (September 29<sup>th</sup>, 2019)

* Initial release of Flask-EasyJWT
* `[added]` Support defining the token key in the Flask application configuration (`EASYJWT_KEY`).
* `[added]` Support defining the token validity in the Flask application configuration (`EASYJWT_TOKEN_VALIDITY`).
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Flask-EasyJWT


[![PyPI](https://img.shields.io/pypi/v/flask_easyjwt.svg)](https://pypi.org/project/flask_easyjwt/)
[![PyPI - License](https://img.shields.io/pypi/l/flask_easyjwt.svg)](https://github.com/BMeu/Flask-EasyJWT/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/BMeu/Flask-EasyJWT.svg?branch=master)](https://travis-ci.org/BMeu/Flask-EasyJWT)
[![codecov](https://codecov.io/gh/BMeu/Flask-EasyJWT/branch/master/graph/badge.svg)](https://codecov.io/gh/BMeu/Flask-EasyJWT)
[![Documentation Status](https://readthedocs.org/projects/flask-easyjwt/badge/?version=latest)](https://flask-easyjwt.readthedocs.io/en/latest/?badge=latest)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flask_easyjwt.svg)

Flask-EasyJWT provides a simple interface to creating and verifying
[JSON Web Tokens (JWTs)](https://tools.ietf.org/html/rfc7519) in Python. It allows you to once define the claims of the
Expand Down Expand Up @@ -71,7 +75,7 @@ For a full list of features, see [the features of EasyJWT](https://easyjwt.readt

Flask-EasyJWT requires Python 3.6 or newer.

Flask-EasyJWT will be available [on PyPI](https://pypi.org/project/flask_easyjwt/). You can install it using your favorite
Flask-EasyJWT is available [on PyPI](https://pypi.org/project/flask_easyjwt/). You can install it using your favorite
package manager.

* PIP:
Expand Down

0 comments on commit 72cda16

Please sign in to comment.