When discussing Fediverse, you sometimes hear the idea that you shouldn’t need different accounts for different platforms.
The “why can’t I comment under Youtube video with my Twitter account”.
In Fediverse it already works to some extent. You can comment under PeerTube video with your Mastodon account, and you can participate in Lemmy thread with your Mastodon account.
What is this functionality called? Does it have specific name?
It’s probably not “single sign-on” and not “federation” from what I understand.
And to what extent is it implemented? Is there some way to participate in Lemmy thread with your PeerTube account?
Is there any progress being made on implementing the initial idea of using any Fediverse account with any other Fediverse platform?
What is the name for the problem of implementing or mapping the platform-specific functionality? As in, neither Mastodon nor PeerTube have the interface for upvoting and downvoting posts.
Wouldn’t it be easiest to implement Fediverse-wide SSO (as in, log into Lemmy interface with your Mastodon account) instead of figuring out some funky mapping and patform interactions?

  • silverpill@mitra.social
    link
    fedilink
    arrow-up
    3
    ·
    5 hours ago

    What is this functionality called? Does it have specific name?

    It’s called interoperability. Mastodon, Lemmy and PeerTube have some common concepts which are implemented in a similar way - posts and threads, for example. That allows cross-platform interactions.

    This is actually not difficult - my server can communicate with most other ActivityPub implementations.

    Wouldn’t it be easiest to implement Fediverse-wide SSO (as in, log into Lemmy interface with your Mastodon account) instead of figuring out some funky mapping and patform interactions?

    It’s not easy. I think real SSO is only possible with a generic ActivityPub server.