UNPKG

@nephele/authenticator-pam

Version:

PAM based authenticator (local system users) for the Nephele WebDAV server.

7 lines (6 loc) 268 B
import type { AuthenticatorConfig, AuthResponse } from './Authenticator.js'; import Authenticator from './Authenticator.js'; import User from './User.js'; export type { AuthenticatorConfig, AuthResponse }; export default Authenticator; export { Authenticator, User };