@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    12
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    12
  • 1.0.3
    0
  • 1.0.2
    1
  • 1.0.1
    1

Package Sidebar

Install

npm i @solid-mediakit/auth-plugin

Weekly Downloads

10

Version

1.0.4

License

none

Unpacked Size

84.2 kB

Total Files

13

Last publish

Collaborators

  • davedbase