I want to make an authentication system for a web app and I'm having a hard time figuring out how to use both a local login (username / password) and multiple social media login methods (Google, Discord, Twitter). I am thinking about using PostgreSQL for the database and I wanted to make a profile table to link all of those login / signup methods to the profile table and save changes made to the profile pictures, display names, usernames on the site, etc. How would I go about doing something like this?
Submitted June 22, 2020 at 05:12AM by jobsearchistiring
No comments:
Post a Comment