As many of you know, we released Laravel 8.x and Laravel Jetstream last week. Thanks to very valuable feedback from the community, I am thrilled to give you an overview of some new customization options and features in Jetstream that I think you will find very valuable.
Typically, you should call this method from the boot method of your JetstreamServiceProvider: Sometimes, you may wish to have full customization over how login credentials are authenticated and users are retrieved.
Typically, this method should be called from the boot method of your JetstreamServiceProvider: While building your application, you may occasionally have actions that should require the user to confirm their password before the action is performed.
Typically, you should call this method from within the boot method of your JetstreamServiceProvider: Creator of Laravel.