Good morning
I've run tests with the auth system that comes with default laravel 5.5,
initially try the register on the main cover and then start
session, but I do not want the register on the main cover, so after starting the session I put a panel, there I put the register, but I could not do that.
Redirect correctly since the request passes to the middleware and remains redirected, the browser gives me this error ERR_TOO_MANY_REDIRECTS.
The only difference is that the register is no longer on the main cover as laravel brings, but that it is inside after starting the session.
middleware RedirectifAuthenticated link
auth routes link
RegisterController
link .
Where locate the register, on the button create account.