muathye's avatar
Level 41

How to can I let developers to add "login with MY_WEB_APP" to their websites?

I want to make login system for developers so they can add my web app as login way like google, facebook, and so on.

For example:

medium website creates new user accounts using user's google account like below:

image

I want to make my web app account ex: Muathye a way to let developers like medium to create accounts on their apps like following imagination:

image

0 likes
2 replies
martinbean's avatar

@muathye Those services are just OAuth 2-based services. So you’d need to add Passport to your app, and create OAuth 2 clients for any third-party website you’d want to be able to authorise users using your app.

1 like

Please or to participate in this conversation.