kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

private_test.html (353B)



      1 <!DOCTYPE>
      2 <html>
      3 <head>
      4 	<link rel="stylesheet" href="/css/style.css" type="text/css">
      5 	<title>Kore Authentication tests</title>
      6 </head>
      7 
      8 <body>
      9 
     10 <div class="content">
     11 	<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>
     12 </div>
     13 
     14 </body>
     15 </html>