logoalt Hacker News

Connecting every app to every other app

21 pointsby Chidiebere229yesterday at 11:09 PM2 commentsview on HN

Comments

cxrtoday at 3:41 AM

> At best, registering an OAuth client is 5 minutes of clicking around a developer portal. But you never know.[…] DCR automates the client registration problem. Instead of requiring a human to manually get an OAuth client, your app dynamically provisions one, and then immediately starts the OAuth flow to this app it had never heard of before.

In the remoteStorage protocol, providers have been instructed to ignore client_id in lieu of identifying the connecting app by its origin.

eric_khuntoday at 2:38 AM

I had a few asks about the ability to send users from other website to my game platform.

I'm wondering if a straight forward way for them to "send" their connected users to my platform? Should I simply create users on the fly ?

(I'm using better auth with login via gmail in my platform)