Skip to content

Commit

Permalink
Built from 1ee7ef5
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka authored and Travis CI committed Dec 9, 2015
1 parent 1ee7ef5 commit 57ee416
Show file tree
Hide file tree
Showing 14 changed files with 3,096 additions and 0 deletions.
114 changes: 114 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>ngx-oauth docs</title>
<link rel="stylesheet" href="ldoc.css" type="text/css" />
</head>
<body>

<div id="container">

<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->


<div id="main">


<!-- Menu -->

<div id="navigation">
<br/>
<h1>ngx-oauth</h1>




<h2>Modules</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<li><a href="modules/ngx-oauth-login.html">ngx-oauth-login</a></li>
<li><a href="modules/ngx-oauth-logout.html">ngx-oauth-logout</a></li>
<li><a href="modules/ngx-oauth-proxy.html">ngx-oauth-proxy</a></li>
<li><a href="modules/ngx-oauth-redirect-handler.html">ngx-oauth-redirect-handler</a></li>
<li><a href="modules/ngx-oauth.Cookies.html">ngx-oauth.Cookies</a></li>
<li><a href="modules/ngx-oauth.config.html">ngx-oauth.config</a></li>
<li><a href="modules/ngx-oauth.crypto.html">ngx-oauth.crypto</a></li>
<li><a href="modules/ngx-oauth.either.html">ngx-oauth.either</a></li>
<li><a href="modules/ngx-oauth.http_client.html">ngx-oauth.http_client</a></li>
<li><a href="modules/ngx-oauth.nginx.html">ngx-oauth.nginx</a></li>
<li><a href="modules/ngx-oauth.oauth2.html">ngx-oauth.oauth2</a></li>
<li><a href="modules/ngx-oauth.util.html">ngx-oauth.util</a></li>
</ul>

</div>

<div id="content">



<h2>Modules</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth-login.html">ngx-oauth-login</a></td>
<td class="summary">User login script for OAuth 2.0 grant authorization code.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth-logout.html">ngx-oauth-logout</a></td>
<td class="summary">User logout script for OAuth 2.0 grant authorization code..</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth-proxy.html">ngx-oauth-proxy</a></td>
<td class="summary">Proxy script for OAuth 2.0.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth-redirect-handler.html">ngx-oauth-redirect-handler</a></td>
<td class="summary">Redirect handler for OAuth 2.0 grant authorization code.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth.Cookies.html">ngx-oauth.Cookies</a></td>
<td class="summary">Module for reading/writing request/response cookies.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth.config.html">ngx-oauth.config</a></td>
<td class="summary">Module for configuration loading.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth.crypto.html">ngx-oauth.crypto</a></td>
<td class="summary">Cryptographic utilities.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth.either.html">ngx-oauth.either</a></td>
<td class="summary">The Either monad.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth.http_client.html">ngx-oauth.http_client</a></td>
<td class="summary">Adapter for HTTP client.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth.nginx.html">ngx-oauth.nginx</a></td>
<td class="summary">Utilities for nginx.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth.oauth2.html">ngx-oauth.oauth2</a></td>
<td class="summary">Module for OAuth 2.0 authorization.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/ngx-oauth.util.html">ngx-oauth.util</a></td>
<td class="summary">General utility functions.</td>
</tr>
</table>

</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>

</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>
Loading

0 comments on commit 57ee416

Please sign in to comment.