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 
> <https://github.com/elliotpeele/pyramid_oauth2_provider> (last updated 
> Jun 2017), pyramid_oauth2_client 
> <https://github.com/hathawsh/pyramid_oauth2_client> (last updated Feb 
> 2012), pyramid-oauthlib 
> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Ftilgovi%2Fpyramid-oauthlib&sa=D&sntz=1&usg=AFQjCNHyBZaOJmRee34YqnRh-h_05w9Xtw>
>  
> (last updated Jun 2019). Other projects like apex 
> <https://github.com/cd34/apex> seem also unmaintained. Then there is 
> pyramid_fullauth <https://github.com/fizyk/pyramid_fullauth> (last 
> updated Mar 2019) which seems to support an interface to use auth with 
> other providers but I can’t quite tell if they’re built in.
>

I opensourced pyramid_oauthlib_lowlevel 
<https://github.com/jvanasco/pyramid_oauthlib_lowlevel> a few months ago, 
but it's been used in production for a few years. It is a very lowlevel 
implementation of the oauthlib library that may be more adaptable to your 
needs than the other libraries.  It lets you very quickly put together 
custom oauth APIs and endpoints for Pyramid + SqlAlchemy, but doesn't 
auto-generate any routes/views itself.  If you're only talking with one 
provider or offering one api, one of the other libraries is likely better, 
as they do the automatic route generation.  

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/0f9b3199-bb41-4809-8029-45326a6e42cc%40googlegroups.com.

Reply via email to