diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-15 09:18:23 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-15 09:18:23 +0300 |
commit | 799ad26db49e2bbd25288dd705f65af65fc23733 (patch) | |
tree | 1404244283317c8a5036b87799b31a5fc91e76ca | |
parent | 2f1a07b567b2a71d44b010ad1ed95be18c3b49af (diff) | |
download | auth_token-799ad26db49e2bbd25288dd705f65af65fc23733.tar.xz auth_token-799ad26db49e2bbd25288dd705f65af65fc23733.zip |
Icons added
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |