Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-06-20 11:09:27 +02:00
parent 3375df705e
commit 3827bf5c2e
13 changed files with 256 additions and 3 deletions

View File

@@ -95,6 +95,11 @@
<a href="https://docs.filegator.io/configuration/security.html">
Security
</a>
</li>
<li class="">
<a href="https://docs.filegator.io/configuration/router.html">
Router
</a>
</li>
</ul>
<p class="text-muted">
@@ -153,6 +158,9 @@ VALUES
'database' =&gt; 'filegator',
],
],</code></pre>
<h2 id="api-authentication">API authentication</h2>
<p>Front-end will use session based authentication to authenticate and consume the back-end.</p>
<p>Note: The application will not correctly if cookies are disabled.</p>
</section>
</div>