astro-auth

0.0.1 • Public • Published

astro-auth

This is an Astro integration that TODO:description

Usage

Prerequisites

TODO:

Installation

Install the integration automatically using the Astro CLI:

pnpm astro add astro-auth
npm astro add astro-auth
yarn astro add astro-auth

Or install it manually:

  1. Install the required dependencies
pnpm add astro-auth
npm install astro-auth
yarn add astro-auth
  1. Add the integration to your astro config
+import integration from "astro-auth";

export default defineConfig({
  integrations: [
+    integration(),
  ],
});

Configuration

TODO:configuration

Contributing

This package is structured as a monorepo:

  • playground contains code for testing the package
  • package contains the actual package

Install dependencies using pnpm:

pnpm i --frozen-lockfile

Start the playground:

pnpm playground:dev

You can now edit files in package. Please note that making changes to those files may require restarting the playground dev server.

Licensing

MIT Licensed. Made with ❤️ by TODO:.

Acknowledgements

TODO:

/astro-auth/

    Package Sidebar

    Install

    npm i astro-auth

    Weekly Downloads

    5

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    2 kB

    Total Files

    2

    Last publish

    Collaborators

    • jumper