From a9f6c66576a827658c41cd2d8195e2f3932ac82a Mon Sep 17 00:00:00 2001 From: Minseok Kim Date: Wed, 19 Dec 2018 17:46:52 +0900 Subject: [PATCH] Add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 873ecfc..b268fa3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # django-jwt +[![Build Status](https://travis-ci.com/ridi/django-jwt.svg?branch=master)](https://travis-ci.com/ridi/django-jwt) +[![PyPI](https://img.shields.io/pypi/v/ridi-django-jwt.svg)](https://pypi.org/project/ridi-django-jwt/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ridi-django-jwt.svg)](https://pypi.org/project/ridi-django-jwt/) +[![Coverage Status](https://coveralls.io/repos/github/ridi/django-jwt/badge.svg?branch=master)](https://coveralls.io/github/ridi/django-jwt?branch=master) + Provides JSON Web Token based authentication for RIDI's micro services made with django