vue-aspnet-auth
A Vue plugin wrapper for aspnet-auth.
Getting Started
Install
From npm
npm install vue-aspnet-auth --save
Usage
Import and initialize the plugin.
; Vue;
Basic login example:
name: 'login' { return username: '' password: '' ; } methods: { this$auth; } { // initialize url this$authurl = `http://localhost:1234`; };
License
Copyright © 2018 Code HQ (Pty) Ltd. This source code is licensed under the MIT license found in the LICENSE file.
Made with ♥ by Craig Pretorius