OAuth

You might say

How do I add a sign in with WeChat button to the page?

An industry-standard protocol letting users authorize sign-in with an existing account (WeChat, Google) instead of registering a new passwordWhen a user clicks 'Sign in with Google', the browser redirects to Google's consent screen and returns with an authorization token. OAuth lets websites verify identities without ever handling third-party passwords; developers configure redirect callback URLs, while the app maintains internal records matching foreign accounts.
Know first
OAuth
Further reading