Is it wise to completely rely OAuth2 for new users and not have our own login(with username and password) system

My question is: Is it fine to build applications where the user login is completely handled by OAuth2 and services like that. That way we do not have to have our own password database for the users. How good this approach wou… Continue reading Is it wise to completely rely OAuth2 for new users and not have our own login(with username and password) system