I have a system where we currently have our own login system.
I need the get an access and refresh token from the social media accounts that the user selects and logs into. I will use these tokens to gain Access to social media accounts API’s on behalf of the user. Accessing the social media API’s will happen from my API.
I am currently in doubt about how to proceed. As far as I can read in the documentation, Auth0 can “secure” my solution behind social media logins.
Can anyone give me a hint about the direction I should search?