@sexycoders/libauth.js
Version:
A full service for asymetric passwordless authentication.
33 lines (25 loc) • 979 B
HTML
<html lang="en">
<head>
<title>Web ID Login</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="/forge/forge.all.js"></script>
<script type="text/javascript" src="loginDemo.js"></script>
<link type="text/css" rel="stylesheet" media="all" href="login.css" />
</head>
<body>
<div id="header">
<h1>Web ID Login</h1>
</div>
<div id="content">
<p>Please select a Web ID to log in to <span id="domain">this website</span>.</p>
<div id="webids"></div>
<p>Do not select an identity if you do not trust this website.</p>
<!-- div used to hold the flash socket pool implementation -->
<div id="socketPool">
<p>Could not load the flash SocketPool.</p>
</div>
</div>
</body>
</html>