Is it Possible to Make Two Authentications on the Same Laravel Project?

1

In Laravel we have the Auth() function that works everywhere that an authentication needs.

I'm developing a project that will have login to the Front End (for individual use of the client) and in the Back-End (in the site management system).

Is it possible to use the Auth() function to perform two authentications in the same project?

Use Laravel 5.1 .

    
asked by anonymous 03.03.2016 / 12:06

0 answers