Explain auth.



Explain auth...

Answer / Deepa Sinha

In Laravel, Auth is a service provider that includes middleware for authentication. It provides basic user authentication with the ability to log in and out of your application via an HTTP interface, as well as guarding routes against unauthenticated users. The Authentication Service Provider can be found at `app/Providers/AuthServiceProvider.php`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is meant by Error Log ?

2 Answers  


How to Storing Session Data in Laravel ?

2 Answers  


Do you know laravel service container?

1 Answers  


Is laravel faster than rails?

1 Answers  


how do I install laravel, talk about the different ways?

1 Answers  


What is eloquent orm in laravel?

1 Answers  


Does laravel passport use jwt?

1 Answers  


What is service provider in laravel?

1 Answers  


How to generate urls from named named routes?

1 Answers  


What is meant by Laravel - Authentication ?

2 Answers  


Tell me how to install laravel?

1 Answers  


Is laravel better than wordpress?

1 Answers  


Categories