#How to change redirect path for unauthenticated users
4 messages · Page 1 of 1 (latest)
I have looked in the session config and the handleinertiarequest middleware and there seems to no settings to change for the redirect path.
Upon further testing, this screen shows up if I try to go to access any route that has the auth middleware as an unauthenticated user. So now my question is, how can I redirect the user to /login via the auth middleware?
How to change redirect path for unauthenticated users