passport-integrate-security

Handle passport authentication and authorization in one place

Usage no npm install needed!

<script type="module">
  import passportIntegrateSecurity from 'https://cdn.skypack.dev/passport-integrate-security';
</script>

README

Integrate security for passport

This module lets you handle authentication and authorization in one place. Allow using passport strategies for enable authentication in the whole app or in a specific router if you application also allow secure paths with specific roles and/or methods.

Warning

Still under development.

Install

$ npm install passport-integrate-security