I have a widget in WAB Dev Edition which uses the `IdentityManager` to manage the user authentication.
The problem is that my WAB Dev Edition requires me to be logged in so the widget always receives an already logged in user. I also implemented a log out function via `IdentityManager.destroyCredentials()` but on page reload the WAB asks me to log in. So I never get to test my authentication code.