Connecting every app to every other app
Posted by Chidiebere229 4 days ago
Comments
Comment by cxr 3 days 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.
In the remoteStorage protocol, providers have been instructed to ignore client_id in lieu of identifying the connecting app by its origin.
Comment by eric_khun 3 days 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)