Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52F3A2A05 for ; Thu, 21 Apr 2011 21:44:39 +0000 (UTC) Received: (qmail 44032 invoked by uid 500); 21 Apr 2011 21:44:39 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 44001 invoked by uid 500); 21 Apr 2011 21:44:39 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 43994 invoked by uid 500); 21 Apr 2011 21:44:39 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 43991 invoked by uid 99); 21 Apr 2011 21:44:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2011 21:44:39 +0000 X-ASF-Spam-Status: No, hits=-1999.6 required=5.0 tests=ALL_TRUSTED,FILL_THIS_FORM_FRAUD_PHISH,T_FILL_THIS_FORM_SHORT X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2011 21:44:37 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 39054E70; Thu, 21 Apr 2011 21:44:16 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 21 Apr 2011 21:44:15 -0000 Message-ID: <20110421214415.14778.12559@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Session=5FAPI=22_by_StephaneAln?= =?utf-8?q?et?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Session_API" page has been changed by StephaneAlnet. http://wiki.apache.org/couchdb/Session_API?action=3Ddiff&rev1=3D3&rev2=3D4 -------------------------------------------------- {{{ POST /_session }}} + with (by default) a standard Basic Authentication header. + = - with the following parameters: - {{{ - name=3Dusername - password=3Dpassword_for_the_user - }}} The username is the "name" field of a user's record in CouchDB's _users d= atabase. = There is an optional "next" parameter that can be used to force a redirec= tion after CouchDB processed a successful login.