UNPKG

@nephele/authenticator-none

Version:

Unrestricted authenticator for the Nephele WebDAV server.

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