@passport-next/passport-local

Local username and password authentication strategy for Passport.

Usage no npm install needed!

<script type="module">
  import passportNextPassportLocal from 'https://cdn.skypack.dev/@passport-next/passport-local';
</script>

README

Passport-Next/Passport-Local

Status: NPM version Build Status Coverage Status Maintainability Dependencies SAST

About

This module lets you authenticate using a username and password in your Node.js applications. By plugging into Passport, local authentication can be easily and unobtrusively integrated into any application or framework that supports Connect-style middleware, including Express.

Install

$ npm install @passport-next/passport-local

Docs

Please see the wiki

Need help?

Please raise an issue and/or ask a question on Stackoverflow with the passport.js tag.

Support policy

We support all node versions supported by the Node Foundation

Contributing

Please see CONTRIBUTING.md