From 994e9560d04958f4bac3b57cff332f9822aea5a0 Mon Sep 17 00:00:00 2001 From: Nora Reidy Date: Fri, 19 Jul 2024 13:33:21 -0400 Subject: [PATCH] DOCSP-41241: Laravel Sanctum (#3050) * DOCSP-41241: Laravel Sanctum * apply phpcbf formatting * edits * code edit, change depth * feedback * edits * JM tech review 1 --------- Co-authored-by: norareidy Co-authored-by: rustagir --- docs/includes/auth/PersonalAccessToken.php | 16 ++++++ docs/user-authentication.txt | 62 ++++++++++++++++++++-- 2 files changed, 74 insertions(+), 4 deletions(-) create mode 100644 docs/includes/auth/PersonalAccessToken.php diff --git a/docs/includes/auth/PersonalAccessToken.php b/docs/includes/auth/PersonalAccessToken.php new file mode 100644 index 000000000..2a3c5e29c --- /dev/null +++ b/docs/includes/auth/PersonalAccessToken.php @@ -0,0 +1,16 @@ +`__ +in the Laravel Sanctum guide. + +.. _laravel-user-auth-reminders: + +Password Reminders +~~~~~~~~~~~~~~~~~~ To add support for MongoDB-based password reminders, register the following service provider in your application: @@ -111,7 +165,7 @@ This service provider modifies the internal ``DatabaseReminderRepository`` to enable password reminders. Example -~~~~~~~ +``````` The following code updates the ``providers.php`` file in the ``bootstrap`` directory of a Laravel application to register the ``PasswordResetServiceProvider`` provider: