Re: [pylons-discuss] Velruse… or what else?

2019-07-26 Thread Mike Orr
I tried 'pyramid_oauth2_client' first and had this experience: "pyramid_oauth2_client, oauth2demo, and yasso (a Python OAuth2 provider) The easiest to understand, but it hasn't been updated since 2012. I had to make it compatible with Python 3 and Pyramid 1.9.2. I got the demo to sometimes log in

Re: [pylons-discuss] Velruse… or what else?

2019-07-26 Thread Jonathan Vanasco
On Friday, July 26, 2019 at 1:14:08 PM UTC-4, Jens Troeger wrote: > > > Regarding Pyramid and OAuth2, there are a few projects, e.g. > pyramid_oauth2_provider > (last updated > Jun 2017), pyramid_oauth2_client >

Re: [pylons-discuss] Velruse… or what else?

2019-07-26 Thread Bert JW Regeer
> On Jul 26, 2019, at 11:14, Jens Troeger wrote: > > Thanks! > > Christian, the social-app-pyramid > package doesn’t > seem to be maintained anymore (last updated Feb 2017), so that makes me a > little nervous. > > Michael,

Re: [pylons-discuss] Velruse… or what else?

2019-06-07 Thread Michael Merickel
On Fri, Jun 7, 2019 at 2:38 AM Jens Troeger wrote: > The recent OAuth thread > > recommends requests-oauthlib > … Can you recommend any > particular package, is the that one good?

Re: [pylons-discuss] Velruse… or what else?

2019-06-07 Thread Christian Ledermann
https://github.com/python-social-auth/social-app-pyramid may be worth a try (I used https://github.com/python-social-auth/social-app-django with great success) On Fri, 7 Jun 2019 at 08:38, Jens Troeger wrote: > Thank you Michael for sharing your insights here. I’ve looked through some > of the

Re: [pylons-discuss] Velruse… or what else?

2019-06-07 Thread Jens Troeger
Thank you Michael for sharing your insights here. I’ve looked through some of the code but, as you said, the testing looked rather daunting to me. On top of that, it's actually really easy (imo) to consume OAuth 2.x + > OpenID Connect apis directly. Most bindings for velruse end up being just a

Re: [pylons-discuss] Velruse… or what else?

2019-06-03 Thread Michael Merickel
On Mon, Jun 3, 2019 at 8:59 PM Jens Troeger wrote: > I’ve been using Velruse quite > happily for a while now, although it’s been stale for a few years. > MichaelM was somewhat active on that > project too, and he still seems to

[pylons-discuss] Velruse… or what else?

2019-06-03 Thread Jens Troeger
Hi, Interesting OAuth thread here , thank you! And just in time for my question. I’ve been using Velruse quite happily for a while now, although it’s been stale for a few years. MichaelM