test
This commit is contained in:
parent
fd23d0bd6a
commit
a9b564e98d
@ -1,8 +1,9 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>Auth library</title>
|
||||
<meta content="Tomas Hlava" name="author">
|
||||
<meta content="Tomas Hlava - $Author: tomas $" name="author">
|
||||
<style type="text/css"><!--
|
||||
* { font-family: 'Arial CE', 'Helvetica CE', Arial, sans-serif; font-size: 10pt; }
|
||||
body { padding: 1em; }
|
||||
@ -32,8 +33,24 @@
|
||||
--></style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Auth library - request for comments</h1>
|
||||
22.7.2004
|
||||
<h1>Preface</h1>
|
||||
This document is part of the <a
|
||||
href="http://livesupport.campware.org/">LiveSupport</a>
|
||||
|
||||
project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
||||
Development Loan Fund</a>, under the GNU <a
|
||||
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
||||
<ul>
|
||||
<li>Author: $Author: tomas $</li>
|
||||
<li>Version: $Revision: 1.2 $</li>
|
||||
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/alib/doc/Attic/aarfc.html,v $</li>
|
||||
|
||||
</ul>
|
||||
<h2>Scope</h2>
|
||||
This document describes authentication and authorization component of the LiveSupport project.<br>
|
||||
|
||||
<h1>Auth module - request for comments</h1>
|
||||
25.8.2004
|
||||
<h2>Authentication & authorization</h2>
|
||||
<p> <span class="b">Authentication</span> - as user's identity
|
||||
checking - login call create and return auth token, client sends this token
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user