Explain HTTP basic authentication stipulation [ci-skip]

This clarifies that, after successfully authenticating, the HTTP basic
authentication challenge will not appear again when refreshing the page.

Fixes #39741.
This commit is contained in:
Jonathan Hefner 2022-02-12 16:15:12 -06:00
parent 73e0a9c749
commit 4d3930d149

@ -2063,6 +2063,9 @@ Authentication challenge:
![Basic HTTP Authentication Challenge](images/getting_started/challenge.png) ![Basic HTTP Authentication Challenge](images/getting_started/challenge.png)
After entering the correct username and password, you will remain authenticated
until a different username and password is required or the browser is closed.
Other authentication methods are available for Rails applications. Two popular Other authentication methods are available for Rails applications. Two popular
authentication add-ons for Rails are the authentication add-ons for Rails are the
[Devise](https://github.com/plataformatec/devise) rails engine and [Devise](https://github.com/plataformatec/devise) rails engine and