In the remoteStorage protocol, providers have been instructed to ignore client_id in lieu of identifying the connecting app by its origin.
Connecting every app to every other app (blog.val.town)
22 pointsby Chidiebere2296 hours ago2 comments
cxr an hour ago
> 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.
eric_khun 2 hours ago
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)