New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gatekeeper-authentication

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatekeeper-authentication

A secure, flexible, and very easy-to-use authentication module for Node.js Express applications

latest
Source
npmnpm
Version
1.0.18
Version published
Maintainers
1
Created
Source

Gatekeeper

A secure, flexible, and very easy-to-use authentication module for your Express applications.

Nice and simple ✔️

This is what your authentication routes will look like after setting up Gatekeeper.

import gatekeeper from 'gatekeeper-authentication';
import { GoogleAuth } from './myAuthenticationProviders';

const router = Router();

// Nice and simple!
router.get('/auth/google', gatekeeper.authenticateWithProvider(GoogleAuth));

Beloved features

  • Secure, easy-to-use, and flexible 🌟 - Effortless integration that adapts to your needs

  • Async/await 🌀 - Say goodbye to callbacks (very present in old authentication modules, like passport.js)

  • Typescript support 🔷 - Gatekeeper supports and implements Typescript types

  • Pre-built providers 🔒 - Don't worry about implementing the most famous authentication providers -- We got you covered 😉

  • Rich documentation 📚 - Our docs have everything you need (compared to other authentication modules who have little to no documentation...) and they also were carefully built with a lot of love!

Documentation

Find our documentation at https://sharifvelasquezalzate.github.io/gatekeeper/docs/gatekeeper to start using Gatekeeper in your project!

Keywords

gatekeeper-authentication

FAQs

Package last updated on 18 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts