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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,18 @@ This plugin helps you integrate your Laravel WebApp with [Auth0](https://auth0.c
6
6
To install this plugin add the following dependency to your composer.json
7
7
8
8
```js
9
-
"auth0/laravel-auth0":"1.0.3"
9
+
"auth0/login":"1.0.4"
10
10
```
11
11
12
12
and run `composer update`
13
13
14
+
NOTE: The plugin dependencies are not tagged, so you have to either change the `minimum-stability` to `dev` or you have to add the dependencies manually.
15
+
16
+
```js
17
+
"adoy/oauth2":"dev-master",
18
+
"firebase/php-jwt":"dev-master"
19
+
```
20
+
14
21
### 2. Enable it in Laravel
15
22
Add the following in the list of the services providers, located in `app/config/app.php`
0 commit comments