@nephele/authenticator-nymph
Version:
Nymph.js authenticator for the Nephele WebDAV server.
9 lines (6 loc) • 306 B
text/typescript
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 };