[web2py] anonymize sensitive data on the fly using LazyCrypt() object as primary key

2016-09-21 Thread Zoltan Vincze
I would like to anonymize some DB-tables on the fly to ensure that no one - not even me as administrator - can perform joins between tables signed with auth.user_id and tables signed with anonym_user_id but the logged in user himself. At the same time I would like to be able to perform joins wit

[web2py] Re: Problems with websocket_messaging

2016-09-21 Thread Zoltan Vincze
> > It seems to be a connection problem. Try to test whether tornado is > installed correctly together with its dependencies. I used this to get the > last version running on ubuntu a couple days ago: > Introduction to Tornado

[web2py] Which push notification service/solution would you recommend?

2016-09-14 Thread Zoltan Vincze
Hi there! I'm total new to web development, so pardon the n00b question (and my bad English)! After working through the video tutorial of Massimo I would like to write a web app using web2py --> web client push notifications. At first I wanted to use Firebase because I have already been playin