Authentication and authorisation package

154 views
Skip to first unread message

Vinicius Assef

unread,
Jul 25, 2016, 12:34:06 PM7/25/16
to pylons-...@googlegroups.com
Hi there.

I'm looking for an authentication and authorisation package to use in my Pyramid application.

I'd like to be something simple and straight as the Django auth.

Any suggestion?

--
Vinicius Assef

P.S.: mr. list administrator, if this message isn't automatically delivered, could you contact me, please?

Vincent Catalano

unread,
Jul 26, 2016, 3:01:34 AM7/26/16
to pylons-...@googlegroups.com
AFAIK, there are no packages for Pyramid that provide the same authentication and authorization as Django's out-of-the-box admin functionality. Pyramid's philosophy tends to leave the implementation of these components up to the developer, however, Pyramid does provide authentication and authorization out of the box (http://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/auth/).

I could be wrong though about packages that provide Django-style auth. If that's the case, I'd be interested to know as well.

--
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 pylons-discus...@googlegroups.com.
To post to this group, send email to pylons-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAFmXjSDQOpdW%2BAgRMO3o_OZ%2BqnYbQSov8YymFCPR3HYpwqz3yw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.



--
Vincent Catalano
Software Engineer and Web Ninja,
(520).603.8944

Steve Piercy

unread,
Jul 26, 2016, 3:21:22 AM7/26/16
to pylons-...@googlegroups.com
I'm not familiar with Django-like auth. However, in addition to
Pyramid's own auth, there are a dozen packages listed on
TryPyramid.com related to auth:
https://trypyramid.com/resources-extending-pyramid.html

--steve



On 7/26/16 at 12:01 AM, vcat...@gmail.com (Vincent Catalano) pronounced:
><https://groups.google.com/d/msgid/pylons-discuss/CAFmXjSDQOpdW%2BAgRMO3o_OZ%
>2BqnYbQSov8YymFCPR3HYpwqz3yw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>.
>>For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
>--
>Vincent Catalano
>Software Engineer and Web Ninja,
>(520).603.8944
>

------------------------
Steve Piercy, Soquel, CA

Jonathan Vanasco

unread,
Jul 26, 2016, 5:48:49 PM7/26/16
to pylons-discuss
Django is a much higher-level framework than Pyramid.

For a comparable Auth system, you would probably need to use one of the web frameworks built on top of Pyramid (see trypyramid.org)

Steve Piercy

unread,
Jul 27, 2016, 1:51:53 AM7/27/16
to pylons-...@googlegroups.com
.com not .org.

Beyond just auth, for example a system that helps you manage
permissions, then filter packages by "Development Environment".
https://trypyramid.com/resources-extending-pyramid.html

WebSauna, Kotti, and Substance-D are actively developed.

--steve


On 7/26/16 at 2:48 PM, jvan...@gmail.com (Jonathan Vanasco) pronounced:

>Django is a much higher-level framework than Pyramid.
>
>For a comparable Auth system, you would probably need to use
>one of the web frameworks built on top of Pyramid (see trypyramid.org)
>

Roman Suzi

unread,
Jul 28, 2016, 11:33:33 AM7/28/16
to pylons-...@googlegroups.com
There are also external services like Auth0, Stormpath, ...

--- 
Regards,
Roman

--
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 pylons-discus...@googlegroups.com.
To post to this group, send email to pylons-...@googlegroups.com.

Tim Hoffman

unread,
Jul 29, 2016, 6:11:47 AM7/29/16
to pylons-discuss
Not super familiar with django capabilities but have you looked at authomatic http://peterhudec.github.io/authomatic/

T

Jonathan Vanasco

unread,
Jul 30, 2016, 3:10:56 AM7/30/16
to pylons-discuss
@steve thanks for the correction. sorry about the org/com confusion

@others django's auth is way higher than pyramid's.  it's hardcoded onto an orm based user-management system that defines different classes of objects and how they interact with one another.  in addition to basic auth, it also provides an opinionated core user-management component (whereas pyramid and 3rd party extensions provide a non-opinionated API)
Reply all
Reply to author
Forward
0 new messages