Handle 401
Handle any 401 in the app. The desired behavior should be a Gtk.MessageDialog popup to tell the user their credentials are no longer valid, and ask them to log back in. This could be easily implemented if there was a global Writer.axios error handler. Example:
// Callback takes response as param so it has access to everything in both request and response
axios.error.connect(callback);