11 lines
337 B
Plaintext
Raw Normal View History

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.