i'm developing a symfony 4 backend using api-platform and angular 8 for the frontend. i already make an authentication system with api-platform using JWT and i want to add the possibility to login and signup with social network. The problem is that i found that all website like google and facebook are using OAuth, so i didn't know if i should change my authentication system to use OAuth or no. And the second problem, i didn't know if i should implement the social login in the front app or the back
↧