UNPKG

auth-astro-cloudflare-d1

Version:

The easiest way to add authentication to your Astro project!

8 lines (6 loc) 263 B
import integration from './src/integration' import type { FullAuthConfig, AuthHook } from './src/config' export type Integration = typeof integration export type { FullAuthConfig, AuthHook } export default integration export { defineConfig } from './src/config'