Skip to content

Third party password confirmation. #498

Answered by fcno
fcno asked this question in Q&A
Dec 19, 2022 · 1 comments · 1 reply
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