Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

"Group" accounts #155

Open
clarfonthey opened this issue Jul 29, 2019 · 2 comments
Open

"Group" accounts #155

clarfonthey opened this issue Jul 29, 2019 · 2 comments
Labels
A-accessibility (Affects) accessibility E-astronomical (D) Astronomical (effort) to implement K-planning (Kind) is a general goal without concrete plans P-moderate (B) Moderate (impact) of change V-compatibility-bump Breaking changes that require a compatibility (version) bump

Comments

@clarfonthey
Copy link
Member

clarfonthey commented Jul 29, 2019

Basically, it'd be cool to have the concept of a "group" account where multiple people can log in with their own accounts, so that credentials don't have to be shared in order for multiple people to post on it. Maybe you could have the option to show who's posting alongside it too.

Perhaps this could be done with generic fedi oauth; I'm not entirely sure. There's have to be a lot of reworking. But I know this is something that is an existing problem for a lot of social media sites, and Twitter also shares this problem (which is why things like TweetDeck try and manage around it).

More concrete example: right now, we have the @[email protected] account. It would be nice if we could have multiple people just be able to post to it with the credentials from their usual accounts, rather than having to share credentials.

@clarfonthey clarfonthey added A-accessibility (Affects) accessibility K-planning (Kind) is a general goal without concrete plans V-feel-bump Really big, disruptive changes that require a feel (version) bump P-moderate (B) Moderate (impact) of change E-astronomical (D) Astronomical (effort) to implement labels Jul 29, 2019
@clarfonthey clarfonthey added V-compatibility-bump Breaking changes that require a compatibility (version) bump and removed V-feel-bump Really big, disruptive changes that require a feel (version) bump labels Jul 29, 2019
@Feufochmar
Copy link

Tumblr has the concept of shared blog, where multiple people can post to the same blog without sharing an account.
Here, having a group account limited to account of the same instance would be the easier to implement.
For non-local account, the problem could be solved by working like relaying, where a user post from his instance to a group on another instance that does the authorisation logic and then broadcast the message.

@igalic
Copy link

igalic commented Jul 30, 2019

in Plume we use ActivityPub's concept of groups for blogs

that means a blog can have multiple authors, and you can subscribe/follow it.
however authors only log into their own account and only post to the blog (well, and comments)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-accessibility (Affects) accessibility E-astronomical (D) Astronomical (effort) to implement K-planning (Kind) is a general goal without concrete plans P-moderate (B) Moderate (impact) of change V-compatibility-bump Breaking changes that require a compatibility (version) bump
Development

No branches or pull requests

3 participants