doorman-proxy
Version:
Provides an authentication/authorization layer in front of other http/websocket services
14 lines (11 loc) • 347 B
text/jade
extends layout
block content
h1 Password login
form(action="/_doorman/login" method="post")
if (errors)
each error in errors
.error= error
input(type="hidden" name="login" value="unused")
label(for="login") Password
input#login(type="password" name="password" autofocus)
button.button(type="submit") Submit