Automated deployment: Mon Jun 15 13:43:29 UTC 2020 dc9f4c75ce

This commit is contained in:
frankie567
2020-06-15 13:43:29 +00:00
parent cc2f6096e9
commit 71ddd82e63
4 changed files with 11 additions and 1 deletions

View File

@@ -708,6 +708,11 @@
<h1 id="full-example">Full example<a class="headerlink" href="#full-example" title="Permanent link">&para;</a></h1>
<p>Here is a full working example with JWT authentication to help get you started.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Notice that <strong>SECRET</strong> should be changed to a strong passphrase.
Insecure passwords may give attackers full access to your database.</p>
</div>
<div class="tabbed-set" data-tabs="1:3">
<input name="__tabbed_1" type="radio" id="__tabbed_1_1" checked="checked" /><label for="__tabbed_1_1">SQLAlchemy</label><div class="tabbed-content"><div class="highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">databases</span>
<span class="kn">import</span> <span class="nn">sqlalchemy</span>

View File

@@ -998,6 +998,11 @@
</code></pre></div>
<h3 id="full-example">Full example<a class="headerlink" href="#full-example" title="Permanent link">&para;</a></h3>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Notice that <strong>SECRET</strong> should be changed to a strong passphrase.
Insecure passwords may give attackers full access to your database.</p>
</div>
<div class="tabbed-set" data-tabs="1:3">
<input name="__tabbed_1" type="radio" id="__tabbed_1_1" checked="checked" /><label for="__tabbed_1_1">SQLAlchemy</label><div class="tabbed-content"><div class="highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">databases</span>
<span class="kn">import</span> <span class="nn">sqlalchemy</span>

View File

File diff suppressed because one or more lines are too long

View File

Binary file not shown.