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. On Mon, Jul 25, 2016 at 5:30 AM, Vinicius Assef <[email protected]> wrote: > 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? > > -- > 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 post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pylons-discuss/CAFmXjSDQOpdW%2BAgRMO3o_OZ%2BqnYbQSov8YymFCPR3HYpwqz3yw%40mail.gmail.com > <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 -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAEhnOswsVeXdNndwNcVJ7vwc%2B1%3DC%2BOPMYniOY%3DprNg-qGxg-%2BA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
