mirror of
https://github.com/caddyserver/website.git
synced 2025-04-26 15:06:17 -04:00
Updated for v2.8.0 (#389)
Co-authored-by: Mohammed Al Sahaf <msaa1990@gmail.com> Co-authored-by: Francis Lavoie <lavofr@gmail.com> Co-authored-by: Nebez Briefkani <me@nebezb.com> Co-authored-by: Mohammed Al Sahaf <mohammed@caffeinatedwonders.com>
This commit is contained in:
parent
1a82466537
commit
ca9ce7b2b5
22 changed files with 549 additions and 107 deletions
|
@ -906,7 +906,7 @@
|
|||
<div class="feature-row">
|
||||
<h4>Authentication</h4>
|
||||
<div class="benefits">
|
||||
Authenticate users with an extensible authentication module. Extended by auth providers, this handler returns an error if the user cannot be authenticated by any configured providers. HTTP basicauth is included standard, and unlike other servers, passwords are hashed when setting up basicauth (since it's essentially a password database), enhancing security.
|
||||
Authenticate users with an extensible authentication module. Extended by auth providers, this handler returns an error if the user cannot be authenticated by any configured providers. HTTP basic auth is included standard, and unlike other servers, passwords are hashed when setting up basic auth (since it's essentially a password database), enhancing security.
|
||||
</div>
|
||||
<ul class="detail">
|
||||
<li>HTTP Basic authentication</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue