Socket
Socket
Sign inDemoInstall

andbang-express-auth

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

andbang-express-auth - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

.npmignore

2

index.js

@@ -112,3 +112,3 @@ var _ = require('underscore'),

return self.userRequired(req, response, function () {
self.onRefreshToken(req.session.user, req.session.token.refresh_token, function () {
self.onRefreshToken(req.session.user, req.token.refresh_token, function () {
response.redirect(nextUrl);

@@ -115,0 +115,0 @@ });

{
"name": "andbang-express-auth",
"description": "Dead simple And Bang auth middleware.",
"version": "0.0.7",
"version": "0.0.8",
"dependencies": {

@@ -6,0 +6,0 @@ "express": "3.x",

@@ -5,3 +5,3 @@ # And Bang auth middleware for Express.js

1. Sign up for an And Bang account at https://next.andbang.com
1. Sign up for an And Bang account at https://andbang.com
2. Register your application at https://accounts.andbang.com/developer

@@ -8,0 +8,0 @@

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