Authentication Approach

Hello,

We have custom legacy backend written in perl language with REST API exposed via Perl framework. On frontend (SPA application) we are using older AngularJS not Angular. We want to add additional authentication methods or buttons such as Facebook, Linkedin, Google, etc. to our core custom authentication. What is best way to do this? We need backend to verify the token of some sort so we can make sure they are fully authenticed via external method like Facebook, and we also need to extract information about the user so we can sync the email and name into our local database.

Please let us know.

Thank you.

@tsup Hi, have you ever referred the Social Login article here?
If this works for you, you can use Auth js SDK to build your views with facebook butotns.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.