Bugfix: Auth on reload
When reloading the dashboard on any page that is not 'Home', the auth process would fail to run fast enough to be done by the the time when the ShowManager/FileManager start requesting resources
This bugfix wraps the show fetching mechanism in a watcher to ensure that we have an auth result before any further requests go out. Thus you can safely reload the dashboard on any page.