Skip to content

Handles the authentication requests for web applications. Standardizes each method to allow for easier switching.

License

Notifications You must be signed in to change notification settings

cityssm/node-authentication-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Authentication Helper

npm (scoped) DeepSource

Handles the authentication requests for web applications. Standardizes each method to allow for easier switching.

Supports:

Installation

npm install @cityssm/authentication-helper

Usage

import { ActiveDirectoryAuthenticator } from '@cityssm/authentication-helper'

const authenticator = new ActiveDirectoryAuthenticator(config)

await authenticator.authenticate('domain\\user', 'p@ssw0rd')

About

Handles the authentication requests for web applications. Standardizes each method to allow for easier switching.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks