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: