Skip to content

Commit

Permalink
bump and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkie committed Jul 19, 2017
1 parent 0857add commit d1f6776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This library provides an `HttpInterceptor` which automatically attaches a [JSON Web Token](https://jwt.io) to `HttpClient` requests.

This library does not have any functionality for (or opinion about) implementing user authentication and retrieving JWTs to begin with. Those details will vary depending on your setup, but in most cases, you will use a regular HTTP request to authenticate your users and then save their JWTs in local storage or in a cookie if successful.

> **Note:** This library can only be used with Angular 4.3 and higher because it relies on an `HttpInterceptor` from Angular's `HttpClient`. This feature is not available on lower versions.
## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth0/angular-jwt",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "JSON Web Token helper library for Angular",
"scripts": {
"prepublish": "ngc && npm run build",
Expand Down

0 comments on commit d1f6776

Please sign in to comment.