Skip to content

Commit

Permalink
Update version requirement for kerberos module now that the release h…
Browse files Browse the repository at this point in the history
…as been made, and bump our verison
  • Loading branch information
David Mansfield committed Sep 10, 2015
1 parent f1e6788 commit 51a687e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ Node.js can also be made to work as a negotiate enabled _client_, see this [Gist

## Install

Note: at the time of this writing, no released version of the dependent
package, "kerberos", contains the necessary revisions to support this
module. The current version of kerberos is 0.0.12. Please see this [fork](http://github.com/dmansfield/kerberos).

$ npm install passport-negotiate


## Usage

#### Configure Strategy
Expand Down Expand Up @@ -61,6 +56,7 @@ The strategy will set `req.session.authenticatedPrincipal` to the authenticated
principal whenever kerberos authentication has succeeded regardless of the
(in-)ability of the `verify` function to supply a user object.


## Credits

- [David Mansfield](http://github.com/dmansfield)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-negotiate",
"version": "0.1.0",
"version": "0.1.1",
"description": "Negotiate (kerberos) authentication strategy for Passport.",
"main": "./lib/passport-negotiate",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"readmeFilename": "README.md",
"dependencies": {
"pkginfo": "0.2.x",
"kerberos": ">= 0.0.12",
"kerberos": ">= 0.0.13",
"passport": "~0.2.0"
}

Expand Down

0 comments on commit 51a687e

Please sign in to comment.