vue-auth
vue-auth
makes managing authenticate state easy in with Vue.
Installation
NPM
$ npm install @saltyquark/vue-auth
Example
import VueAuth from 'vue-auth'
Vue.use(Auth, {
url: "/auth", // full url to your auth endpoint
})
vue-auth
makes managing authenticate state easy in with Vue.
$ npm install @saltyquark/vue-auth
import VueAuth from 'vue-auth'
Vue.use(Auth, {
url: "/auth", // full url to your auth endpoint
})
npm i @saltyquark/vue-auth
0
0.0.2
MIT