index.html #2

  • //
  • guest/
  • tjuricek/
  • p4oauth/
  • docs/
  • site/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (3 KB)
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <title>JBake</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <meta name="keywords" content="">
    <meta name="generator" content"JBake">

    <!-- Le styles -->
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <link href="css/asciidoctor.css" rel="stylesheet">
    <link href="css/base.css" rel="stylesheet">

    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="js/html5shiv.js"></script>
    <![endif]-->

    <!-- Fav and touch icons -->
    <!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
    <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
    <link rel="shortcut icon" href="favicon.ico">
  </head>
  <body>
    <div id="wrap">

<nav class="navbar navbar-default" role="navigation">
    <div class="container-fluid">
        <div class="navbar-header">
            <ul class="nav navbar-nav">
                <li><a href=".">p4oauth</a></li>
                <li><a href="overview.html">Overview</a></li>
                <li><a href="configuration.html">Configuration</a></li>
                <li><a href="api.html">API</a></li>
                <li><a href="development.html">Development</a></li>
                <li><a href="../javadoc">Javadoc</a></li>
            </ul>
        </div>
    </div>
</nav>

<div class="container">

<div class="row">
    <div class="col-sm-8">
        <h2> P4OAuth </h2>
        <p>
            P4OAuth is an <a href="http://oauth.net">OAuth 2.0</a> implementation
            to provide single sign-on (SSO) for multiple Perforce applications.
            For more information, please review the <a href="/overview.html">overview</a>.
        </p>
    </div>
    <div class="col-sm-3">
        <h3> References </h3>
        <ul>
            <li><a href="http://oauth.net">oauth.net</a></li>
            <li><a href="http://tools.ietf.org/html/rfc6749">OAuth Specification RFC 6749</a></li>
            <li><a href="http://aaronparecki.com/articles/2012/07/29/1/oauth2-simplified">OAuth 2.0 Simplified</a></li>
        </ul>
    </div>
</div>

</div>

    </div><!-- #wrap -->

    
    <!-- Le javascript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="js/jquery-1.11.1.min.js"></script>
    <script src="js/bootstrap.min.js"></script>

  </body>
</html>
# Change User Description Committed
#2 9181 tjuricek Updating documentation
#1 9161 tjuricek 0.1.0 Minimal p4oauth server that provides a basic authorization code grant.