2019-11-23 23:08:03 +02:00
|
|
|
extend templates/layout.pug
|
|
|
|
|
|
|
|
block content
|
|
|
|
.container
|
|
|
|
//- .row
|
2019-12-07 14:37:15 +02:00
|
|
|
.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.
|
2019-12-07 21:22:38 +02:00
|
|
|
|
|
|
|
a.btn.blue(href="/bsides") Learn More
|
|
|
|
|
|
|
|
.row
|
|
|
|
.col.s12
|