Question:Which middleware is used to confirm a user is not signed in to the application. If so, the user is redirected to the home page?
A Authenticate::class
B AuthenticateWithBasicAuth::class
C RedirectlfAuthenticated.php
D Authenticated.php
+ AnswerC
+ Report