Skip to content
Discussion options

You must be logged in to vote

My mistake....

The following code do the trick

use Illuminate\Support\Facades\Auth;

/** @var bool */
$validated = Auth::validate([
            'samaccountname' => $request->input('recebedor'),
            'password' => $request->input('password'),
]);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@inzayn99
Comment options

Answer selected by fcno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants