Socket
Socket
Sign inDemoInstall

hapi-auth-cookie

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-auth-cookie - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

8

package.json
{
"name": "hapi-auth-cookie",
"description": "Cookie authentication plugin",
"version": "1.3.1",
"version": "1.3.2",
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",
"repository": "git://github.com/spumko/hapi-auth-cookie",
"repository": "git://github.com/hapijs/hapi-auth-cookie",
"main": "index",

@@ -16,3 +16,3 @@ "keywords": [

"engines": {
"node": ">=0.10.22"
"node": ">=0.10.30"
},

@@ -36,5 +36,5 @@ "dependencies": {

"type": "BSD",
"url": "http://github.com/spumko/hapi-auth-cookie/raw/master/LICENSE"
"url": "http://github.com/hapijs/hapi-auth-cookie/raw/master/LICENSE"
}
]
}

@@ -1,8 +0,9 @@

<a href="https://github.com/spumko"><img src="https://raw.github.com/spumko/spumko/master/images/from.png" align="right" /></a>
### hapi-auth-cookie
[**hapi**](https://github.com/spumko/hapi) Cookie authentication plugin
[**hapi**](https://github.com/hapijs/hapi) Cookie authentication plugin
[![Build Status](https://secure.travis-ci.org/spumko/hapi-auth-cookie.png)](http://travis-ci.org/spumko/hapi-auth-cookie)
[![Build Status](https://secure.travis-ci.org/hapijs/hapi-auth-cookie.png)](http://travis-ci.org/hapijs/hapi-auth-cookie)
Lead Maintainer: [Bian Tan](https://github.com/biant)
Cookie authentication provides a simple cookie-based session management. The user has to be authenticated via other means, typically a web

@@ -138,3 +139,4 @@ form, and upon successful authentication, receive a reply with a session cookie. Subsequent requests containing the session cookie are authenticated

auth: {
mode: 'try'
mode: 'try',
strategy: 'session'
},

@@ -141,0 +143,0 @@ plugins: {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc