this post was submitted on 10 Dec 2023
8 points (72.2% liked)

Fediverser Network

49 readers
1 users here now

Fediverser is a project to build all the required tools to help people leave legacy social networks and to join the fediverse. Currently, it provides a web application that runs alongside a traditional Lemmy service to provide the following functionality:

The Fediverser Network is a website that aims to crowdsource the information used by the different fediverser deployments and to coordinate all users and instance admins.

founded 10 months ago
MODERATORS
 

I know that the fediverser project is quite a bit controversial due to the mirroring bots and how they were being used on alien.top, but today I'd like to talk about two other pieces of functionality which I believe have been ignored and eclipsed by the mirrors:

  • The ability for users to signup to the lemmy instance by connecting via their Reddit account.
  • The ability for instance admins to create a custom map of subreddit-to-lemmy communities, which can be used to auto-subscribe users who are registering via Reddit.

I think that these two pieces can really help solve the problem of user onboarding. Because it works as an extra service along with Lemmy, no changes in the core service are needed. For users, the possibility of starting an account on Lemmy and get a list of interesting content right away can reduce friction and would hopefully get more people to talk about it.

I'm particularly interested in hearing from the admins of the topic-focused instances, as (I believe) would have an easier way to reach out to the people that are closer to their interests. So, apologies in advance for the mass-tagging, here are the ones that I found on join-lemmy:

To reiterate, this has nothing to do with the bots or mirrors deployed on alien.top. I'm only asking who would be interested in adding the functionality to allow user registration via Reddit OAuth. In case of any questions, feel free to ask here or reach out via matrix.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 9 months ago (1 children)

Also @‘notifying doesn’t work in posts. Only comments as far as I know.

[–] [email protected] 3 points 9 months ago (1 children)
[–] [email protected] 2 points 9 months ago (1 children)

I don't particularly care about Reddit oauth2, but in general if you want to contribute oauth2/OIDC client capabilities to Lemmy-ui and backend that would be of course nice.

However, even better would be OIDC provider functionality in Lemmy to link additional services to a Lemmy instance.

[–] [email protected] 1 points 9 months ago

Having OAuth integrated with Lemmy would be of course nice (to let an external system do the auto-subscription to Lemmy communities) and I even volunteered to work on SSO via LDAP but it does little in the way of helping with the goals of fediverser. The idea is to make migration of Reddit users as easy as possible and to do that we'd need to get the redditor's subscribed subreddits, which AFAIK is not possible to do programatically without OAuth.