I'm currently planning to roll my own authentication/authorization system, as none of the existing ones really suit what I need. The current plan is to just store a user id of some description in Beaker's session object. I've just noticed, however, that both Repoze and Authkit store an identification as an environment variable. Why have they done this? Is it preferable to store this data in request.environ as apposed to in the session?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
