Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Issue 216 in couchdb-python: Cookie Authentication
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
couchdb-pyt...@googlecode.com  
View profile  
 More options Oct 4 2012, 4:25 pm
From: couchdb-pyt...@googlecode.com
Date: Thu, 04 Oct 2012 20:25:20 +0000
Local: Thurs, Oct 4 2012 4:25 pm
Subject: Issue 216 in couchdb-python: Cookie Authentication
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 216 by bigblue...@gmail.com: Cookie Authentication
http://code.google.com/p/couchdb-python/issues/detail?id=216

CouchDB supports HTTP Basic, Cookie, and OAuth authentication options. It  
would be great if couchdb-python made Cookie authentication available. It  
would take some extension to http.py, but should be a fairly minimal change.

Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
couchdb-pyt...@googlecode.com  
View profile  
 More options Oct 4 2012, 4:43 pm
From: couchdb-pyt...@googlecode.com
Date: Thu, 04 Oct 2012 20:43:17 +0000
Local: Thurs, Oct 4 2012 4:43 pm
Subject: Re: Issue 216 in couchdb-python: Cookie Authentication

Comment #1 on issue 216 by kxepal: Cookie Authentication
http://code.google.com/p/couchdb-python/issues/detail?id=216

Since there is OAuth support patch (issue 158), probably we need to extend  
Session object to support custom auth providers: Basic(default), Cookie and  
OAuth(if oauth lib available).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
couchdb-pyt...@googlecode.com  
View profile  
 More options Oct 9 2012, 4:13 am
From: couchdb-pyt...@googlecode.com
Date: Tue, 09 Oct 2012 08:13:00 +0000
Subject: Re: Issue 216 in couchdb-python: Cookie Authentication

Comment #2 on issue 216 by matt.goo...@gmail.com: Cookie Authentication
http://code.google.com/p/couchdb-python/issues/detail?id=216

What's the use case for supporting cookie auth in a library like  
couchdb-python? My understanding is that it's only there to support pretty  
login forms, something a library (presumably) has no need for.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
couchdb-pyt...@googlecode.com  
View profile  
 More options Oct 9 2012, 9:37 pm
From: couchdb-pyt...@googlecode.com
Date: Wed, 10 Oct 2012 01:37:41 +0000
Local: Tues, Oct 9 2012 9:37 pm
Subject: Re: Issue 216 in couchdb-python: Cookie Authentication

Comment #3 on issue 216 by kxepal: Cookie Authentication
http://code.google.com/p/couchdb-python/issues/detail?id=216

Case is when user had been already auth'ed at CouchDB, you has cookie  
about, but no credentials. The basic example is CouchDB external process,  
which might been called by such user and which required to callback CouchDB  
for some additional data: it'll has userctx, cookies, but no user  
credentials to request CouchDB behind of scene unless you made by another  
user name which may create potentially issues.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »