Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
coveralls, link to docs, badges
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed Aug 24, 2017
1 parent 7f7e1e5 commit b74df20
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,5 +19,5 @@ install:
- pip install -U tox coverage coveralls
script:
- tox
#after_success:
# - coveralls
after_success:
- coveralls
15 changes: 15 additions & 0 deletions README.md
@@ -1,11 +1,17 @@
# Flask-JWT-Simple
[![Build Status](https://travis-ci.org/vimalloc/flask-jwt-simple.svg?branch=master)](https://travis-ci.org/vimalloc/flask-jwt-simple)
[![Coverage Status](https://coveralls.io/repos/github/vimalloc/flask-jwt-simple/badge.svg)](https://coveralls.io/github/vimalloc/flask-jwt-simple)
[![PyPI version](https://badge.fury.io/py/Flask-JWT-Simple.svg)](https://badge.fury.io/py/Flask-JWT-Simple)
[![Documentation Status](https://readthedocs.org/projects/flask-jwt-simple/badge/)](http://flask-jwt-simple.readthedocs.io/en/latest/)


### When to use Flask-JWT-Simple?

Flask-JWT-Simple adds barebones support for protecting flask endpoints
with JSON Web Tokens. It is particularly good for fast prototyping or
consuming/producing JWTs that work with other providers and consumers.


### When *not* to use Flask-JWT-Simple?

If you are using JWTs with just your flask application, it may make more
Expand All @@ -16,6 +22,15 @@ csrf protection when using cookies, and token revoking. The drawback is that
extension is a more opinionated on what needs to be in the JWT in order
to get all those extra features to work.


### Installation
[View Installation Instructions](http://flask-jwt-simple.readthedocs.io/en/latest/installation.html)


### Usage
[View the documentation online](http://flask-jwt-simple.readthedocs.io/en/latest/)


### Chatting
We are on irc! You can come chat with us in the ```#flask-jwt-extended``` channel on ```freenode```.

Expand Down

0 comments on commit b74df20

Please sign in to comment.