aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-12-15 09:18:23 +0300
committerValentin Popov <info@valentineus.link>2017-12-15 09:18:23 +0300
commit799ad26db49e2bbd25288dd705f65af65fc23733 (patch)
tree1404244283317c8a5036b87799b31a5fc91e76ca /README.md
parent2f1a07b567b2a71d44b010ad1ed95be18c3b49af (diff)
downloadauth_token-799ad26db49e2bbd25288dd705f65af65fc23733.tar.xz
auth_token-799ad26db49e2bbd25288dd705f65af65fc23733.zip
Icons added
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 402e70b..a681088 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
# Authorization by token's
+[![GitHub Release](https://img.shields.io/github/release/valentineus/moodle-auth_token.svg)](https://github.com/valentineus/moodle-auth_token/releases)
+[![Build Status](https://travis-ci.org/valentineus/moodle-auth_token.svg?branch=master)](https://travis-ci.org/valentineus/moodle-auth_token)
+[![Codacy Badge](https://api.codacy.com/project/badge/Grade/20fe9989b8a04887a53c67d8b87e33d1)](https://www.codacy.com/app/valentineus/moodle-auth_token)
+[![Gitter Badge](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/moodle-tool_managertokens/auth_token)
+
Token-based authentication (also known as
[JSON Web Token authentication](https://jwt.io/))
is a new way of handling authentication of users in applications.