UNPKG

@nephele/authenticator-nymph

Version:

Nymph.js authenticator for the Nephele WebDAV server.

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