My app will let users register and login using username and password. For a subset of users I'd like them to be able to skip manual registration and instead use their LinkedIn account to authenticate from which I can then retrieve their LinkedIn profile data.
I can switch out one method for the other. But how to I support both in one app? --

