madjar / pyramid_persona

Pyramid plugin to use persona for authentication
https://pyramid_persona.readthedocs.org/en/latest/
ISC License
19 stars 6 forks source link

Switch to SignedCookieSessionFactory #20

Closed ismail-s closed 9 years ago

ismail-s commented 9 years ago

@madjar Replace UnencryptedCookieSessionFactoryConfig with SignedCookieSessionFactory, as UnencryptedCookieSessionFactoryConfig is now deprecated in pyramid version 1.5 (see http://docs.pylonsproject.org/projects/pyramid//en/latest/api/session.html#pyramid.session.UnencryptedCookieSessionFactoryConfig).

madjar commented 9 years ago

Awesome, thanks!

Do you have more changes in your bag, or shall I release that right now?

ismail-s commented 9 years ago

@madjar no, that's all my changes.

madjar commented 9 years ago

Now on pypi: https://pypi.python.org/pypi/pyramid_persona/1.6.1 :)

ismail-s commented 9 years ago

Awesome, thanks.

On Fri, 11 Sep 2015 09:15 Georges Dubus notifications@github.com wrote:

Now on pypi: https://pypi.python.org/pypi/pyramid_persona/1.6.1 :)

— Reply to this email directly or view it on GitHub https://github.com/madjar/pyramid_persona/pull/20#issuecomment-139480526 .