I have a project that I need to support authentication from multiple oauth providers. In addition I want to allow the user to link their account to multiples. Initially I need to support:
LinkedIn Facebook Twitter In the future we will likely add google and perhaps others (pinterest, etc). I really do not care much for the way Janrain works, although I am using it for my proof or concept. I like how web2pyslices works with the facebook & google sign-in widgets. Does anybody have sample code similar to what is being done on the slices site for integrating these providers with auth? Thanks! --