Comparing version 0.0.2-beta to 0.0.2-beta-0
/*! | ||
* vue-auth v0.0.2-beta | ||
* vue-auth v0.0.2-beta-0 | ||
* https://github.com/Chantouch/vue-auth | ||
@@ -1260,3 +1260,3 @@ * Released under the MIT License. | ||
* Check if user is authenticated | ||
* @author Sek Chantouch <https://github.com/Chnatouch> | ||
* @author Sek Chantouch <https://github.com/Chantouch> | ||
* @copyright Method taken from https://github.com/Chantouch/satellizer | ||
@@ -1263,0 +1263,0 @@ * @return {Boolean} |
/*! | ||
* vue-auth v0.0.2-beta | ||
* vue-auth v0.0.2-beta-0 | ||
* https://github.com/Chantouch/vue-auth | ||
@@ -1258,3 +1258,3 @@ * Released under the MIT License. | ||
* Check if user is authenticated | ||
* @author Sek Chantouch <https://github.com/Chnatouch> | ||
* @author Sek Chantouch <https://github.com/Chantouch> | ||
* @copyright Method taken from https://github.com/Chantouch/satellizer | ||
@@ -1261,0 +1261,0 @@ * @return {Boolean} |
/*! | ||
* vue-auth v0.0.2-beta | ||
* vue-auth v0.0.2-beta-0 | ||
* https://github.com/Chantouch/vue-auth | ||
@@ -1264,3 +1264,3 @@ * Released under the MIT License. | ||
* Check if user is authenticated | ||
* @author Sek Chantouch <https://github.com/Chnatouch> | ||
* @author Sek Chantouch <https://github.com/Chantouch> | ||
* @copyright Method taken from https://github.com/Chantouch/satellizer | ||
@@ -1267,0 +1267,0 @@ * @return {Boolean} |
/*! | ||
* vue-auth v0.0.2-beta | ||
* vue-auth v0.0.2-beta-0 | ||
* https://github.com/Chantouch/vue-auth | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "vue-auths", | ||
"version": "0.0.2-beta", | ||
"version": "0.0.2-beta-0", | ||
"description": "Authentication library for Vue.js", | ||
@@ -12,3 +12,15 @@ "main": "dist/vue-auth.min.js", | ||
}, | ||
"keywords": ["vue", "vue.js", "vuejs", "json", "jwt", "token", "auth", "authentication", "oauth", "oauth1", "oauth2"], | ||
"keywords": [ | ||
"vue", | ||
"vue.js", | ||
"vuejs", | ||
"json", | ||
"jwt", | ||
"token", | ||
"auth", | ||
"authentication", | ||
"oauth", | ||
"oauth1", | ||
"oauth2" | ||
], | ||
"author": { | ||
@@ -23,3 +35,5 @@ "name": "Sek Chantouch", | ||
}, | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"license": "MIT", | ||
@@ -40,6 +54,6 @@ "devDependencies": { | ||
"gulp-webpack": "^1.5.0", | ||
"node-dev": "^3.1.3", | ||
"node-dev": "^4.0.0", | ||
"oauth": "^0.9.15", | ||
"oauth-signature": "^1.3.1", | ||
"request": "^2.81.0", | ||
"oauth-signature": "^1.5.0", | ||
"request": "^2.88.2", | ||
"rollup": "^0.41.6", | ||
@@ -46,0 +60,0 @@ "rollup-plugin-babel": "^2.7.1", |
[**WARNING**]: README file is currently in process of rewrite and will be released soon. | ||
# vue-auth | ||
# vue-auths | ||
@@ -28,3 +28,5 @@ **vue-auth** is easily configurable solution for [Vue.js](https://vuejs.org/) that provides local login/registration as well as Social login using Github, Facebook, Google and other OAuth providers. | ||
```bash | ||
npm install vue-auth | ||
npm install vue-auths | ||
yarn add vue-auths | ||
``` | ||
@@ -31,0 +33,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
155999
256
0