52 | Golang Passwordless Demo
53 | Click the link down below to login to {{ .Origin.Hostname }}.
54 | This link expires in {{ human_duration .TTL }}.
55 | Login
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/web/template/mail/magic-link.txt.tmpl:
--------------------------------------------------------------------------------
1 | # Golang Passwordless Demo
2 |
3 | Open the link down below to login to {{ .Origin.Hostname }}.
4 | This link expires in {{ human_duration .TTL }}.
5 |
6 | {{ .MagicLink }}
7 |
--------------------------------------------------------------------------------