kore/examples/generic/assets/private_test.html

16 lines
353 B
HTML

<!DOCTYPE>
<html>
<head>
<link rel="stylesheet" href="/css/style.css" type="text/css">
<title>Kore Authentication tests</title>
</head>
<body>
<div class="content">
<p style="font-size: small">If you see this, the authentication worked. This page should redirect back to /private once you remove your session_id cookie.</p>
</div>
</body>
</html>