@saltyquark/vue-auth
v0.0.2
Published
Unofficial auth plugin for Vue.js 2
Maintainers
Readme
vue-auth
vue-auth makes managing authenticate state easy in with Vue.
Installation
NPM
$ npm install @saltyquark/vue-authExample
import VueAuth from 'vue-auth'
Vue.use(Auth, {
url: "/auth", // full url to your auth endpoint
})