When my users have dirty changes on a screen, I have a route guard to prompt them to save or discard when they try to navigate away.
However, if I am logging them out due to inactivity, I want to force navigation and bypass the route guard (by discarding their changes), in order to ensure that their screen is blanked.
How can I bypass route guards?