@solid-mediakit/auth-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @solid-mediakit/auth-plugin

Weekly Downloads

41

Version

1.0.4

License

none

Unpacked Size

84.2 kB

Total Files

13

Last publish

Collaborators

  • davedbase