LSLoginController
class LSLoginController extends Controller
Traits
AuthorizesRequests
ValidatesRequests
Methods
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
from
Controller
mixed
redirect()
Redirect to the authentication provider
mixed
callback(Request $request)
Handle the authentication response
Details
in
Controller at line 21
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
at line 18
mixed
redirect()
Redirect to the authentication provider
at line 29
mixed
callback(Request $request)
Handle the authentication response