The reason for why the logout wasn't asynchronous was to quickly log out the user without waiting for UserApp. But it may be smart to actually confirm that the session token was destroyed before proceeding. I've included this in my latest commit so I won't merge this.
The latest update isn't uploaded to our site yet since we're waiting to deploy the web app util next week, so you'd have to download the file and host it yourself.
The reason for why the logout wasn't asynchronous was to quickly log out the user without waiting for UserApp. But it may be smart to actually confirm that the session token was destroyed before proceeding. I've included this in my latest commit so I won't merge this.
The latest update isn't uploaded to our site yet since we're waiting to deploy the web app util next week, so you'd have to download the file and host it yourself.
Thanks for the fix!