I'm currently looking into how I might allow visitors to login to my website using their Apple ID, Google account, or Facebook account. I'v been reading the rather long introductory documentation for each:
Sign in with Apple
Sign in with Google
Login with Facebook
Seems to me this will be a nontrivial effort to implement login for each platform, with each method having its own quirks and particulars. Has anyone here had to set up authentication on a website using these? Is there some composer package or PHP tool that I might just drop in? Any words of wisdom or warnings would be welcome.
EDIT: i guess the term for these login services is social login.