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.

17 lines (16 loc) 219 B
{ "printWidth": 100, "semi": false, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": true, "overrides": [ { "files": ["**/*.astro"], "options": { "parser": "astro" } } ] }