You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -757,7 +757,7 @@ Note that this middleware uses session cookies and stores the logged in state on
757
757
The Basic type supports a file (by default '.htpasswd') that holds the users and their (hashed) passwords separated by a colon (':').
758
758
When the passwords are entered in plain text they fill be automatically hashed.
759
759
The authenticated username will be stored in the `$_SESSION['username']` variable.
760
-
You need to send an "Authorization" header containing a base64 url encoded and colon separated username and password after the word "Basic".
760
+
You need to send an "Authorization" header containing a base64 url encoded version of your colon separated username and password, after the word "Basic".
0 commit comments