Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This provider is configured by default, however, if you need to configure the id

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.

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

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

> For simplicity this guide will assume you are using the bridge package.

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

```php
'oauth' => function ($app) {
Expand Down