forked from hd-auth/auth.sigidli.com
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
extend templates/layout.pug
|
|
|
|
block content
|
|
.container
|
|
//- .row
|
|
.center
|
|
if user
|
|
p.flow-text Hello #{user.displayName}
|
|
h3 Hierarchically Deterministic Authentication
|
|
p.flow-text Using digital signatures for a challenge response authentication mechanism.
|
|
|
|
a.btn.blue(href="/bsides") Learn More
|
|
|
|
.row
|
|
.col.s12 |