hapi-auth-bearer-mw
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "hapi-auth-bearer-mw", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"private": false, | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "node_modules/.bin/grunt test" | ||
"test": "node_modules/.bin/grunt testandcoverage" | ||
}, | ||
@@ -26,2 +26,3 @@ "description": "Plugin that supports bearer token security using our idenity store.", | ||
"bower": "1.3.8", | ||
"blanket": "1.1.6", | ||
"chai": "1.9.1", | ||
@@ -33,2 +34,3 @@ "codo": "2.0.9", | ||
"grunt-cli": "0.1.13", | ||
"grunt-mocha-cov": "0.2.1", | ||
"grunt-concurrent": "0.5.0", | ||
@@ -60,3 +62,11 @@ "grunt-contrib-clean": "0.5.0", | ||
"hapi-identity-store": "1.0.1" | ||
}, | ||
"config": { | ||
"blanket": { | ||
"pattern": [ | ||
"lib" | ||
], | ||
"data-cover-never": "node_modules" | ||
} | ||
} | ||
} |
@@ -0,1 +1,8 @@ | ||
[![Build Status](https://travis-ci.org/codedoctor/hapi-auth-bearer-mw.svg?branch=master)](https://travis-ci.org/codedoctor/hapi-auth-bearer-mw) | ||
[![Coverage Status](https://img.shields.io/coveralls/codedoctor/hapi-auth-bearer-mw.svg)](https://coveralls.io/r/codedoctor/hapi-auth-bearer-mw) | ||
[![NPM Version](http://img.shields.io/npm/v/hapi-auth-bearer-mw.svg)](https://www.npmjs.org/package/hapi-auth-bearer-mw) | ||
[![Dependency Status](https://gemnasium.com/codedoctor/hapi-auth-bearer-mw.svg)](https://gemnasium.com/codedoctor/hapi-auth-bearer-mw) | ||
(C) 2014 Martin Wawrusch | ||
@@ -5,3 +12,3 @@ | ||
1. PLEASE NOTE THAT SIGNIFICANT PARTS OF THE CODE HAVE BEEN USED FROM ANOTHER NPM MODULE (google it, don't have the link handy) | ||
1. PLEASE NOTE THAT SIGNIFICANT PARTS OF THE CODE HAVE BEEN USED FROM ANOTHER NPM MODULE (hapi-auth-bearer by Jordan Stout) | ||
@@ -11,1 +18,35 @@ 2. ALSO, THIS IS WORK IN PROGRESS | ||
3. BEARER TOKEN SECURITY IS NOT REALLY THAT SECURE - USE WITH CAUTION AT YOUR OWN RISK, AND KNOW WHAT YOU ARE DOING. | ||
## See also | ||
* [hapi-auth-bearer-mw](https://github.com/codedoctor/hapi-auth-bearer-mw) | ||
* [hapi-identity-store](https://github.com/codedoctor/hapi-identity-store) | ||
* [hapi-mongoose-db-connector](https://github.com/codedoctor/hapi-mongoose-db-connector) | ||
* [hapi-routes-authorization-and-session-management](https://github.com/codedoctor/hapi-routes-authorization-and-session-management) | ||
* [hapi-routes-roles](https://github.com/codedoctor/hapi-routes-roles) | ||
* [hapi-routes-status](https://github.com/codedoctor/hapi-routes-status) | ||
* [hapi-routes-users-authorizations](https://github.com/codedoctor/hapi-routes-users-authorizations) | ||
* [hapi-routes-users-oauth-management](https://github.com/codedoctor/hapi-routes-users-oauth-management) | ||
* [hapi-routes-users](https://github.com/codedoctor/hapi-routes-users) | ||
and additionally | ||
* [mongoose-identity-store-multi-tenant](https://github.com/codedoctor/mongoose-identity-store-multi-tenant) | ||
* [mongoose-rest-helper](https://github.com/codedoctor/mongoose-rest-helper) | ||
* [api-pagination](https://github.com/codedoctor/api-pagination) | ||
## Contributing | ||
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet | ||
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it | ||
* Fork the project | ||
* Start a feature/bugfix branch | ||
* Commit and push until you are happy with your contribution | ||
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. | ||
* Please try not to mess with the package.json, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. | ||
## Copyright | ||
Copyright (c) 2014 Martin Wawrusch | ||
Sorry, the diff of this file is not supported yet
20537
11
51
35