I read “5. Authenticating Users” - “In-context Relationships”, There is a one-to-one relationship between User and Credential. But I don’t see how it is easy to support third-party oauth2 login. Does it mean adding fields such as facebook_uid, twitter_uid in the table?
In my opinion, I will have an Authentication table with provider and uid fields. Then each third-party is one row in the table.
Thanks






















