Hi. I’m experimenting with hoauth and it creates user_oauth table on installation. The table contains ‘provider’ and ‘identifier’ column and I’d like to use those data.
Should I specify a relationship from my user table to user_oauth table?
Thanks.