angular-auth0
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "angular-auth0", | ||
"main": "angular-auth0.js", | ||
"version": "1.0.5", | ||
"dependencies": { | ||
"angular": "*", | ||
"auth0.js": ">= 7.2.0" | ||
"auth0.js": "^7.2.0" | ||
}, | ||
@@ -8,0 +9,0 @@ "resolutions": { |
{ | ||
"name": "angular-auth0", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Auth0.js wrapper for Angular.js", | ||
"main": "angular-auth0.js", | ||
"main": "index.js", | ||
"repository": { | ||
@@ -7,0 +7,0 @@ "type": "git", |
@@ -5,2 +5,4 @@ # Auth0.js for Angular 1.x | ||
> Note: angular-auth0 v1 is to be used with auth0.js v7. | ||
See the [sample project](https://github.com/auth0-samples/auth0-angularjs-sample/tree/master/02-Custom-Login) for further detail on how to use angular-auth0. | ||
@@ -19,8 +21,4 @@ | ||
```html | ||
... | ||
<script src="bower_components/auth0.js/build/auth0.js"></script> | ||
<script src="bower_components/angular-auth0/build/angular-auth0.js"></script> | ||
... | ||
``` | ||
@@ -61,12 +59,6 @@ | ||
```html | ||
... | ||
<div ng-controller="loginController as login"> | ||
... | ||
<button ng-click="login.login(options)">Log In</button> | ||
... | ||
</div> | ||
@@ -73,0 +65,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10211
574
10
149
91