Or it's better approach use the session, to check the user info is in the user session, before invoke the sqlalchemy machinery?
Greetings.
Jason
unread,
Feb 22, 2012, 9:58:45 AM2/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-...@googlegroups.com
The only problem that I see with this is if you want to remove a user from a group it's not going to propagate to your application immediately unless you remember to clear that cache at the same time. This could be a security issue if you remove a user's credentials and they are still able to access a now forbidden area for a short time.