You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,34 @@
1
-
# Auth0.js for Angular 1.x
1
+
# Angular 1.x Wrapper for Auth0.js
2
2
3
3
This module provides a thin wrapper for [auth0.js](https://auth0.com/docs/libraries/auth0js).
4
4
5
-
> Note: angular-auth0 v1 is to be used with auth0.js v7.
6
-
7
-
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.
5
+
> Note: This is the v2 branch which is for use with auth0.js v8. angular-auth0 v1 is to be used with auth0.js v7.
8
6
9
7
## Installation
10
8
11
-
**Bower**
12
-
13
9
```bash
14
-
bower install angular-auth0
10
+
# installation with npm
11
+
npm install --save angular-auth0
12
+
13
+
# installation with yarn
14
+
yarn add angular-auth0
15
+
16
+
# installation with bower
17
+
bower install --save angular-auth0
15
18
```
16
19
17
20
Ensure that both `auth0.js` and `angular-auth0.js` are loaded on the page.
0 commit comments