Re: [pylons-discuss] Authenticating with Oauth2/OpenID Connect

2019-05-20 Thread Jonathan Vanasco
I have a project that I've been meaning to Open Source. I'll try to make time tomorrow to repackage it... it's called pyramid_oauthlib_lowlevel and is a VERY LOWLEVEL integration tool for oauthlib against Pyramid, it was somewhat inspired by flask-oauthlib and there are example oauth1 and oauth

Re: [pylons-discuss] Authenticating with Oauth2/OpenID Connect

2019-05-20 Thread Jonathan Vanasco
mike- if you haven't figured it out yet, hopefully my examples can help: https://github.com/jvanasco/pyramid_oauthlib_lowlevel i've been meaning to release this for a while now, thanks for giving me a reason to. in the tests, you can see a full flow of interacting with clients and servers: