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: docs/docs/3.0/auth/auth.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
# Authentication setup
2
2
3
-
Laravel Restify has support for authentication with Passport or Laravel Airlock.
3
+
Laravel Restify has support for authentication with Passport or Laravel Sanctum.
4
4
5
5
You'll finally enjoy the auth setup (`register`, `login`, `forgot` and `reset password`).
6
6
7
7
:::tip
8
8
9
-
Firstly make sure you have setup the desired provider in the `restify.auth.provider`.
10
-
and make sure you have installed and configured the Laravel Passport (or Restify) properly.
9
+
Firstly make sure you have the setup the desired provider in the `restify.auth.provider`. Make sure you have installed and configured the [Laravel Sanctum](https://laravel.com/docs/7.x/sanctum#introduction) (or Passport) properly.
10
+
11
11
The passport check could be done easily by using the follow Restify command:
12
12
13
13
`php artisan restify:check-passport`
14
14
15
-
This command will become with suggestions if anything is setup wrong.
15
+
This command will become with suggestions if any setup is invalid.
0 commit comments