Skip to content

datalogix/v-admin-auth

Repository files navigation

@datalogix/v-admin-auth

npm version npm downloads Github Actions CI Codecov License

Authentication module for @datalogix/v-admin

Setup

  • Add @datalogix/v-admin-auth dependency using yarn or npm to your project
yarn add @datalogix/v-admin-auth

OR

npm install @datalogix/v-admin-auth --save

Usage

import { createAdmin } from '@datalogix/v-admin'
import { createAuthModule } from '@datalogix/v-admin-auth'

createAdmin({
  modules: [
    createAuthModule(/* options */)
  ]
})

Options

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using yarn serve or npm run serve

Roadmap v1

  • Refactor using v-auth (new vue package for authentication like auth-module)

License

MIT License

Copyright (c) Datalogix