In Aurelia 1, is there any way to pass data to a route via without it appearing in the query string?
This would be useful for:
- semi-sensitive data (or at least data which should not be in a history item)
- large data (e.g. a Base64-encoded image)
- non-string data
I know RouteConfig
has a settings
property, but there does not seem a way to manipulate it via router.navigate
.