UNPKG

@ynotzort/sveltekit-password-protect

Version:

Simple utility to add a layer of protection to your websites, very useful for agencies and freelancers

5 lines (4 loc) 282 B
export type { passwordProtectOptions, GetPasswordFormPage, TemplatePageProps } from './types.js'; export { type CacheAdapter } from './InMemoryCache.js'; export { createPasswordProtectHandler } from './PasswordProtectHandler.js'; export { InMemoryCache } from './InMemoryCache.js';