Skip to content

Commit 77e098f

Browse files
committed
Merge pull request #13 from vanbrabantf/added-clarification-to-the-provider
Added clarification to the 'add to provider' part
2 parents 26742ed + 2b0621b commit 77e098f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This provider is configured by default, however, if you need to configure the id
2424

2525
This package makes use of a 3rd party package to integrate JWT authentication. Please refer to the [`tymon/jwt-auth`](https://github.com/tymondesigns/jwt-auth) GitHub page for details on installing and configuring the package.
2626

27-
Once you have the package you can configure the provider.
27+
Once you have the package you can configure the provider (In your config/app.php file).
2828

2929
```php
3030
'jwt' => function ($app) {
@@ -38,7 +38,7 @@ This package makes use of a 3rd party package to integrate OAuth 2.0. You can ei
3838

3939
> For simplicity this guide will assume you are using the bridge package.
4040
41-
Once you have the package you can configure the provider.
41+
Once you have the package you can configure the provider (In your config/app.php file).
4242

4343
```php
4444
'oauth' => function ($app) {

0 commit comments

Comments
 (0)