Problem/Motivation

Currently any user who is already logged in will not pass authentication, even if valid basic-auth login credentials are provided.

Proposed resolution

We could either:

Log the existing user out and log them in as the account specified.
-or-
Document that this module only supports unauthenticated users and suggest also using the Services session-based authentication in combination.

Comments

markpavlitski’s picture

Version: » 7.x-1.3
Status: Active » Needs review
StatusFileSize
new694 bytes

I'm basing this on the way services module's built-in authentication works, which is to just ignore the existing user session and to log-in the successfully authenticated user.

  • markpavlitski committed f725f09 on 7.x-1.x
    Issue #2444391 by markpavlitski: Handle authenticated user access
    
markpavlitski’s picture

Status: Needs review » Fixed
markpavlitski’s picture

double post

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.