Is it possible, using withAuthenticationRequired, to redirect the user to some other page rather than the login one if he is not authenticated and tries to access a private route?
Is it possible, using withAuthenticationRequired, to redirect the user to some other page rather than the login one if he is not authenticated and tries to access a private route?