hapi-auth-bearer-simple
Advanced tools
Comparing version 5.0.5 to 5.0.6
{ | ||
"name": "hapi-auth-bearer-simple", | ||
"description": "Custom authentication plugin for Hapi using Bearer tokens", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"author": "Adri Van Houdt <adri@salesflare.com>", | ||
@@ -23,12 +23,12 @@ "private": false, | ||
"dependencies": { | ||
"boom": "4.x.x", | ||
"boom": "5.x.x", | ||
"hoek": "4.x.x" | ||
}, | ||
"devDependencies": { | ||
"lab": "11.x.x", | ||
"lab": "14.x.x", | ||
"code": "4.x.x", | ||
"hapi": "16.x.x" | ||
"hapi": ">=16.1.1" | ||
}, | ||
"peerDependencies": { | ||
"hapi": ">15.x.x" | ||
"hapi": ">=16.1.1" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
@@ -1,2 +0,5 @@ | ||
[![Build Status](https://travis-ci.org/Salesflare/hapi-auth-bearer-simple.svg?branch=master)](https://travis-ci.org/Salesflare/hapi-auth-bearer-simple) ![](https://david-dm.org/salesflare/hapi-auth-bearer-simple.svg) ![](https://david-dm.org/salesflare/hapi-auth-bearer-simple/dev-status.svg) ![](https://david-dm.org/salesflare/hapi-auth-bearer-simple/peer-status.svg) | ||
[![Build Status](https://travis-ci.org/Salesflare/hapi-auth-bearer-simple.svg?branch=master)](https://travis-ci.org/Salesflare/hapi-auth-bearer-simple) | ||
[![dep](https://david-dm.org/salesflare/hapi-auth-bearer-simple.svg)](https://david-dm.org/salesflare/hapi-auth-bearer-simple) | ||
[![dev](https://david-dm.org/salesflare/hapi-auth-bearer-simple/dev-status.svg)](https://david-dm.org/salesflare/hapi-auth-bearer-simple?type=dev) | ||
[![peer](https://david-dm.org/salesflare/hapi-auth-bearer-simple/peer-status.svg)](https://david-dm.org/salesflare/hapi-auth-bearer-simple?type=peer) | ||
[![Code Climate](https://codeclimate.com/github/Salesflare/hapi-auth-bearer-simple/badges/gpa.svg)](https://codeclimate.com/github/Salesflare/hapi-auth-bearer-simple) | ||
@@ -9,2 +12,3 @@ | ||
## What | ||
The plugin requires validating a token passed in by the bearer authorization header or via the `access_token` query param. The validation function is something you have to provide to the plugin. | ||
@@ -57,3 +61,3 @@ | ||
} | ||
server.log([],'Server started at: ' + server.info.uri); | ||
@@ -73,5 +77,6 @@ }); | ||
## Notes | ||
- 100% code coverage! | ||
- You can chain strategies see http://hapijs.com/api#serverauthschemename-scheme. | ||
- If you have any problems and/or questions make a new [**issue**](https://github.com/Salesflare/hapi-auth-bearer-simple/issues). | ||
- If you want to contribute feel free to fork and add a pull request or again make an [**issue**](https://github.com/Salesflare/hapi-auth-bearer-simple/issues). | ||
- 100% code coverage! | ||
- You can chain strategies see [](http://hapijs.com/api#serverauthschemename-scheme). | ||
- If you have any problems and/or questions make a new [**issue**](https://github.com/Salesflare/hapi-auth-bearer-simple/issues). | ||
- If you want to contribute feel free to fork and add a pull request or again make an [**issue**](https://github.com/Salesflare/hapi-auth-bearer-simple/issues). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26868
80
+ Addedboom@5.3.3(transitive)
- Removedboom@4.3.1(transitive)
Updatedboom@5.x.x