UNPKG

@sexycoders/libauth.js

Version:

A full service for asymetric passwordless authentication.

71 lines (68 loc) 2.02 kB
<!DOCTYPE html> <html lang="en"> <head> <meta name="author" content="Digital Bazaar, Inc.; http://digitalbazaar.com/" /> <meta name="description" content="Forge Tests" /> <link type="text/css" rel="stylesheet" media="all" href="/tests.css" /> <title>Forge Tests</title> </head> <body> <div class="nav"> <a href="..">Forge Tests</a> / Legacy </div> <div class="header"> <h1>Legacy Forge Tests</h1> </div> <div class="content"> <fieldset class="section"> <ul> <li>These are various tests of the Forge JavaScript libraries.</li> <li>Please see the code and documentation for details.</li> </ul> </fieldset> <fieldset class="section"> <legend>Tests</legend> <ul> <li><a href="common.html">Common</a> <sup>1,2</sup> </li> <li><a href="form.html">Form</a> <sup>1,2</sup> </li> <li><a href="performance.html">Performance</a> <sup>1,2</sup> </li> <li><a href="tasks.html">Tasks</a> <sup>1,2</sup> </li> <li><a href="socketPool.html">SocketPool</a> <sup>1</sup> </li> <li><a href="http.html">HTTP</a> <sup>1</sup> </li> <li><a href="tls.html">TLS</a> <sup>2</sup> </li> <li><a href="xhr.html">XHR</a> <sup>1,2</sup> </li> <li><a href="webid.html">Web ID</a> <sup>1,2</sup> </li> <li><a href="keygen.html">KeyGen</a> <sup>1,2</sup> </li> </ul> <div> <span><sup>1</sup>: Test works over HTTP</span><br/> <span><sup>2</sup>: Test works over HTTPS</span> </div> </fieldset> </div> <div class="footer"> Copyright &copy; 2010-2016 <a href="http://digitalbazaar.com/">Digital Bazaar, Inc.</a> </div> </body> </html>