1.2.2 • Published 6 months ago

@solid-mediakit/auth-plugin v1.2.2

Weekly downloads
-
License
-
Repository
-
Last release
6 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

10 months ago

1.2.2

6 months ago

1.2.1

9 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year 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