I'm allowing some of my users to skip registration and login using OAuth/LinkedIn.
I still want to perform some one-off code. What's the best approach with Web2py? I see in gluon/tools.py that Auth.get_or_create_user() checks if 'user' is valid and if not... calls self.add_membership() How can I do something similar?