Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Addded key features
  • Loading branch information
mgonto committed Oct 12, 2014
1 parent 83ffdfc commit de01d82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This library will help you work with [JWTs](http://jwt.io/).

## Key Features

* **Decode a JWT** from your AngularJS app
* Check the **expiration date** of the JWT
* Automatically **send the JWT in every request** made to the server
* Use **refresh tokens to always send a not expired JWT** to the server

## Installing it

You have several options:
Expand Down

0 comments on commit de01d82

Please sign in to comment.