...
/Quiz on Authentication and Authorization Using Laravel
Quiz on Authentication and Authorization Using Laravel
Test your knowledge on different authentication-based conventions in Laravel.
We'll cover the following...
We'll cover the following...
Practice Quiz on Authentication and Authorization Using Laravel
1.
Which option is used to create CSRF tokens in Laravel?
A.
The csrf_token()
helper function
B.
The @csrf
Blade directive
C.
Both A and B
D.
None of the above
1 / 5
...