login.jade 258 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 doctype 5 html head title OpenId Authentication with expressjs sample body div#main h1 Log in using your OpenId account form(method='get', action='/login/authenticate') input(name='openid_identifier') input(type='submit', value='Login')