Sign out button

This sample page will demontrate how to implement a sign out button.

Implementation

The sign out button is added in the appTop section of the page.

You can provide the URL of where you want to redirect the user to, throught the href parameter

defTop.outerHTML = wet.builder.appTop({
...
    "signOut": [{"href": "#"}]
...
});