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.

4 lines (3 loc) 196 B
export { default as Auth } from './src/components/Auth.astro' export { default as SignIn } from './src/components/SignIn.astro' export { default as SignOut } from './src/components/SignOut.astro'