From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: OAuth2 implementation in Elisp Date: Thu, 22 Sep 2011 23:59:00 +0200 Message-ID: <4E7BAFA4.8090800@dogan.se> References: <87sjnojl7j.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1316728792 5007 80.91.229.12 (22 Sep 2011 21:59:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2011 21:59:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 22 23:59:48 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R6rJ3-0002ND-UU for ged-emacs-devel@m.gmane.org; Thu, 22 Sep 2011 23:59:46 +0200 Original-Received: from localhost ([::1]:58250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6rJ3-0002l6-5G for ged-emacs-devel@m.gmane.org; Thu, 22 Sep 2011 17:59:45 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6rIz-0002ko-Cs for emacs-devel@gnu.org; Thu, 22 Sep 2011 17:59:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6rIy-0003Ai-AD for emacs-devel@gnu.org; Thu, 22 Sep 2011 17:59:41 -0400 Original-Received: from ch-smtp05.sth.basefarm.net ([80.76.153.6]:47880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6rIy-0003Aa-59 for emacs-devel@gnu.org; Thu, 22 Sep 2011 17:59:40 -0400 Original-Received: from c80-216-107-100.bredband.comhem.se ([80.216.107.100]:60033 helo=[192.168.0.11]) by ch-smtp05.sth.basefarm.net with esmtp (Exim 4.76) (envelope-from ) id 1R6rIU-0005Ok-H2 for emacs-devel@gnu.org; Thu, 22 Sep 2011 23:59:12 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 In-Reply-To: <87sjnojl7j.fsf@keller.adm.naquadah.org> X-Originating-IP: 80.216.107.100 X-Scan-Result: No virus found in message 1R6rIU-0005Ok-H2. X-Scan-Signature: ch-smtp05.sth.basefarm.net 1R6rIU-0005Ok-H2 71749dc03616c89d8855b8dfab8aa1f1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.76.153.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144205 Archived-At: On 2011-09-22 23:55, Julien Danjou wrote: > Hi there, > > I wrote a small implementation of the OAuth 2.0 Authorization Protocol¹ > client in Elisp, using `url' to make the HTTP requests and `plstore' to > store the tokens permanently. > > Is there any interest in merging this into the trunk or should I keep it > outside? > > ¹ http://tools.ietf.org/html/draft-ietf-oauth-v2-22 > Ooh, nice! I am personally happy to see that someone finally implemented this, although I haven't had the time to test it yet. I'm not sure its relatively few use cases justify including it in Emacs trunk though.