Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-auths

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-auths - npm Package Compare versions

Comparing version 0.0.2-beta to 0.0.2-beta-0

4

dist/vue-auth.common.js
/*!
* 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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc