1.2.2 • Published 4 months ago

@solid-mediakit/auth-plugin v1.2.2

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

@solid-mediakit/auth-plugin

A Vite plugin for Mediakit Auth

Installation

pnpm install @solid-mediakit/auth-plugin

Adding The Vite Plugin

Go ahead to app.config.ts and add the following:

import { defineConfig } from '@solidjs/start/config'
import { authVite } from '@solid-mediakit/auth-plugin' // ->

export default defineConfig({
  ssr: true,
  vite: {
    plugins: [authVite({ log: false })], // ->
  },
})

Now read the Auth documentation

1.2.0

8 months ago

1.2.2

4 months ago

1.2.1

7 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.1.2

12 months ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago