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 .