COINS Logon Widget

Regular Form

var myWidget = new CoinsLogonWidget({
    el: document.getElementById('regular-form'),
    baseUrl: 'coins-api-root',
    authCookieName: 'coins-cookie-nom-noms',
})

Hidden Labels Form

var myWidget = new CoinsLogonWidget({
    el: document.getElementById('hidden-labels-form'),
    hiddenLabels: true
    baseUrl: 'coins-api-root',
    authCookieName: 'coins-cookie-nom-noms',
});

Horizontal Form

var myWidget = new CoinsLogonWidget({
    el: document.getElementById('horizontal-form'),
    horizontal: true,
    baseUrl: 'coins-api-root',
    authCookieName: 'coins-cookie-nom-noms',
});

Form with States

Great username
Empty password
Password required

Status/Log Out

Logged in as Pat Smith