UNPKG

@nephele/authenticator-htpasswd

Version:

Apache htpasswd based authenticator for the Nephele WebDAV server.

8 lines (6 loc) 269 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 };