# connect-security

> Authentication and authorization middleware for Connect.

Latest version **0.5.3** (published 2013-10-26) · 0 weekly downloads

## Install

```sh
npm install connect-security
pnpm add connect-security
yarn add connect-security
bun add connect-security
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.3 |
| Published | 2013-10-26 |
| First published | 2011-03-06 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.2.1 |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Max Stewart |
| Maintainers | superafroman |

## Links

- npm: https://www.npmjs.com/package/connect-security
- Repository: http://github.com/superafroman/connect-security
- Issues: https://github.com/superafroman/connect-security/issues
- npm.io page: https://npm.io/package/connect-security

## Dependencies (3)

- [vows](https://npm.io/package/vows.md) >= 0.5.6
- [connect](https://npm.io/package/connect.md) >= 0.2.5
- [cookies](https://npm.io/package/cookies.md) >= 0.1.5

## Recent versions

- 0.5.3 (latest) — 2013-10-26
- 0.5.2 — 2011-03-23
- 0.0.1 — 2011-03-06
- 0.0.2 — 2011-03-06
- 0.0.3 — 2011-03-06
- 0.5.0 — 2011-03-06
- 0.5.1 — 2011-03-06

## README

# connect-security

  Authentication and authorization middleware for [Connect](http://github.com/senchalabs/connect).

  connect-security is loosely based on [Spring Security](http://static.springsource.org/spring-security/site/) for Java.  Authentication is handled through the use of authentication filters which you can chain, allowing you to incorporate multiple different means of authentication into your application.  Authorization, or access control, is handled through the use or user roles so you can lock down functions or URLs to be accessible only to users with certain roles.

## Features

  * Form authentication
  * Basic authentication
  * Remember me authentication
  * Role based authorization (access control)
  * Secure functions
  * Secure URLs
  * Custom authentication filters
  * Chain-able authentication filters
  * Password hashing

## Coming Soon

  * Channel switching - http/https
  * API documentation

## Installation

npm:

    $ npm install connect-security

## Node Compatibility
    
The latest release of connect-security is compatible with node --version:

    >= 0.2.1

and connect --version:

    >= 0.2.5

## License 

(The MIT License)

Copyright (c) 2010 Max Stewart &lt;max.stewart@superafroman.com&gt;

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

---
_Source: https://npm.io/package/connect-security · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
