From 6c1179cd66da944a470f8942161642c49faea77c Mon Sep 17 00:00:00 2001 From: Sergey Pashkevich Date: Wed, 15 Feb 2023 00:18:33 +0300 Subject: [PATCH] Remove old static personal client methods https://github.com/laravel/passport/pull/1325 --- passport.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/passport.md b/passport.md index 7946888803e..9736cd46d68 100644 --- a/passport.md +++ b/passport.md @@ -871,13 +871,6 @@ Before your application can issue personal access tokens, you will need to creat php artisan passport:client --personal ``` -After creating your personal access client, place the client's ID and plain-text secret value in your application's `.env` file: - -```ini -PASSPORT_PERSONAL_ACCESS_CLIENT_ID="client-id-value" -PASSPORT_PERSONAL_ACCESS_CLIENT_SECRET="unhashed-client-secret-value" -``` - ### Managing Personal Access Tokens