Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76326

Re: Which OAuth library?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.087
X-Spam-Evidence '*H*': 0.83; '*S*': 0.00; 'third-party': 0.04; 'welcome.': 0.07; 'cc:addr:python-list': 0.11; 'oauth,': 0.16; 'subject:library': 0.16; 'wrote:': 0.18; 'later': 0.20; 'seems': 0.21; 'email addr:gmail.com&gt;': 0.22; 'cc:addr:python.org': 0.22; 'own.': 0.24; 'decide': 0.24; 'fairly': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '&gt;': 0.26; 'header:In- Reply-To:1': 0.27; 'idea': 0.28; 'chris': 0.29; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'probably': 0.32; 'option': 0.32; 'quite': 0.32; 'url:python': 0.33; 'basic': 0.35; 'advice': 0.35; 'good.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'version': 0.36; 'really': 0.36; 'url:listinfo': 0.36; 'thanks': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'should': 0.36; 'clear': 0.37; 'implement': 0.38; 'skip:& 10': 0.38; 'initially': 0.38; 'richard': 0.38; 'skip:& 20': 0.39; 'users': 0.40; 'url:mail': 0.40; 'how': 0.40; 'august': 0.61; 'from:charset:utf-8': 0.61; 'provide': 0.64; 'skip:\xe2 10': 0.65; 'to:addr:gmail.com': 0.65; 'between': 0.67; 'hints': 0.68; '8bit%:43': 0.74; 'manner.': 0.74; 'offer.': 0.74; 'url:latest': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NqyV5JBqtBoehpqtgdw5zM36qAgG8YBUvf+o38SFKDc=; b=SXLiO6dhOcqe6y8YH9qGiZ9GHJXf/LClRSv4XJ2Rbx7tY58I/+SHhfJHpRNZUlH14p QamDQDkqhdrs9K0q03H8NC+Ev98OFRO9ANyrXPXxJjvtaM/qDGkYWsly6dAYQhAcr54K jR2hd/SUAhwMTFPciEbcngstx+BCE7M30n4/5wMn1z9Bl6rPzvgO1QQwXemc3VE09bw7 V6ZZSFqBCf/JCPdAlRxaDxeVQjatVVayfgnPxn/RifhVdyOj+IAV0Sg3kpXeOmyhiHMu FyzySqYR1agTaKj+IIkVjJ4n1A2NY5K8n4YD0gT12cKa4s7CDXffbmvNaKd0/o/SC4UA sM0w==
MIME-Version 1.0
X-Received by 10.50.32.73 with SMTP id g9mr61732323igi.31.1408038858456; Thu, 14 Aug 2014 10:54:18 -0700 (PDT)
In-Reply-To <1a2f3320-79eb-4055-a933-ea474595976e@googlegroups.com>
References <1a2f3320-79eb-4055-a933-ea474595976e@googlegroups.com>
Date Thu, 14 Aug 2014 19:54:18 +0200
Subject Re: Which OAuth library?
From Chris “Kwpolska” Warrick <kwpolska@gmail.com>
To Richard Prosser <ebizbytes@gmail.com>
Content-Type multipart/alternative; boundary=047d7b10d179fe11e105009a97e7
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.13007.1408038866.18130.python-list@python.org> (permalink)
Lines 84
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1408038866 news.xs4all.nl 2914 [2001:888:2000:d::a6]:32784
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:76326

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On 14 August 2014 18:51 "Richard Prosser" <ebizbytes@gmail.com> wrote:
>
> I "need" one for use with Flask, as I don't really have time to implement
my own.

You should not implement things on your own if there are existing and same
implementations.

> Initially this will be for the "Two-Legged" case but I may well have to
support the "Three-Legged" version later on. "Open ID Connect" may also be
an option eventually.
>
> The basic idea is to provide an authorization/authentication service in a
fairly conventional manner. My boss has told me to use OAuth, probably
because he has experience with it and also to allow for third-party
transactions.
>
> However it is not clear to me how I should decide between the various
packages on offer. Any advice from experienced/informed users would be very
welcome.
>
>
> Thanks ...
>
> Richard
> --
> https://mail.python.org/mailman/listinfo/python-list

Google hints at https://flask-oauthlib.readthedocs.org/en/latest/ and it's
looking pretty good. There is also flask-oauth, but it seems quite outdated.

-- 
Chris “Kwpolska” Warrick <http://chriswarrick.com/>
Sent from my SGS3.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Which OAuth library? Richard Prosser <ebizbytes@gmail.com> - 2014-08-14 09:49 -0700
  Re: Which OAuth library? Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-08-14 19:54 +0200
  Re: Which OAuth library? Roland Hedberg <roland.hedberg@adm.umu.se> - 2014-09-02 12:15 +0200

csiph-web