- Cookie lifetime with sliding expiration - Fix bug single global expiresAt in JWT, now each token has unique ExpiresAt
15 lines
No EOL
418 B
HTML
15 lines
No EOL
418 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{{template "page_head" "Dashhboard page"}}
|
|
<body>
|
|
<div class="container">
|
|
<div class="row">
|
|
<h1>Welcome to protected dashboard</h1>
|
|
<img class="goffeelogo" style="max-width: 300px;" src="/public/img/gopher_read.png" alt="Gopher read" />
|
|
<hr>
|
|
<h4><a href="/appsignout">Singout</a></h4>
|
|
</div>
|
|
</div>
|
|
{{template "page_footer"}}
|
|
</body>
|
|
</html> |