hi In my web2py login is done using oauth (via LinkedIn).
How does Web2py differentiate between users? Without oauth I can see in the table auth_user that email is unique and can be mapped. When I login using a LinkedIn account I don't see anything unique in auth_user. What am I missing / not setting ? thanks

