Skip to content

Commit

Permalink
Move supporters up a little higher in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenicholson committed Dec 26, 2017
1 parent d2d950e commit 685fffe
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
@@ -1,5 +1,3 @@


# passport-jwt

[![Build Status](https://travis-ci.org/themikenicholson/passport-jwt.svg?branch=master)](https://travis-ci.org/themikenicholson/passport-jwt)
Expand All @@ -11,6 +9,10 @@ A [Passport](http://passportjs.org/) strategy for authenticating with a
This module lets you authenticate endpoints using a JSON web token. It is
intended to be used to secure RESTful endpoints without sessions.

## Supported By

If you want to quickly add secure token-based authentication to Node.js apps, feel free to check out Auth0's Node.js SDK and free plan at [auth0.com/overview](https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=passport-jwt&utm_content=auth) <img alt='Auth0 Logo' src='https://s3.amazonaws.com/passport-jwt-img/Auth0+logo.svg'/>

## Install

npm install passport-jwt
Expand Down Expand Up @@ -151,10 +153,6 @@ Finally, the URL query parameters will be checked for a field matching either
`options.tokenQueryParameterName` or `auth_token` if the option was not
specified.

## Supported By

If you want to quickly add secure token-based authentication to Node.js apps, feel free to check out Auth0's Node.js SDK and free plan at [auth0.com/overview](https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=passport-jwt&utm_content=auth) <img alt='Auth0 Logo' src='https://s3.amazonaws.com/passport-jwt-img/Auth0+logo.svg'/>

## Migrating

The the [Migration Guide](docs/migrating.md) for help upgrading to the latest
Expand Down

0 comments on commit 685fffe

Please sign in to comment.