0.0.5 • Published 2 years ago

@datalogix/v-admin-auth v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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

0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

3 years ago