apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB

Home Page:https://github.com/apache/couchdb-fauxton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to log out with require_valid_user & WWW-Authenticate set

natcohen opened this issue · comments

Expected Behavior

The log out should work with require_valid_user and WWW-Authenticate configured

Current Behavior

When log out is clicked, the successful message is displayed but the database is still accessible.

Possible Solution

Steps to Reproduce (for bugs)

  1. Set the config [couch_httpd_auth] require_valid_user=true, [chttpd] require_valid_user=true and [httpd] WWW-Authenticate=Basic realm="administrator"
  2. Login and try to logout

Context

Your Environment

  • Version used: 3.1.0
  • Browser Name and version: Chrome 81
  • Operating System and version (desktop or mobile): OSX

It does not work for 3.1.1, works for me for 3.1.0, however. Maybe there is sth else that causes that? I am running CouchDB Bitnami Docker image with 3.1.1, 3.1.0 installed on Windows.