UNPKG

@pietervdwerk/auth-astro

Version:

Auth Astro is the easiest way to add Authentication to your Astro Project. It wraps the core of [Auth.js](https://authjs.dev/) into an Astro integration which automatically adds the endpoints and handles everything else.

10 lines (8 loc) 209 B
declare module 'auth:config' { const config: import('./src/config').AstroAuthConfig export default config } declare module 'auth-astro' { const index: import('./index').Integration export default index }