docs-v2/layouts/shortcodes/api/v1-compat/basic-auth-syntax.html

9 lines
283 B
HTML

{{ $_hugo_config := `{ "version": 1 }` }}
<div class="note block">
<p>
Most HTTP clients provide a <b>Basic authentication</b> option that
accepts the <code>&lt;username&gt;:&lt;password&gt;</code> syntax
and encodes the credentials before sending the request.
</p>
</div>