Sign in button
This sample page will demonstrate how to implement a sign in button.
Implementation
The sign in button is added in the appTop section of the page.
You can provide the URL of where you want to redirect the user to, through the href parameter
defTop.outerHTML = wet.builder.appTop({
...
"signIn": [{"href": "#"}]
...
});