-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AP: alternative opt in mechanisms #1051
Comments
Interesting. Can you DM? If you DM yes to @[email protected], that also enables the bridge. |
It doesn't seem possible either. It seems to be a sorta one way app. |
DNS! That would be...doable, but ambitious. Ideally, I want opt-in mechanism(s) to be:
So far, following and DMing satisfy these criteria. I know they're not universally supported, though, so I'm open to more ideas! |
Same thing for Peertube and Owncast accounts. As far as I know they're notification-only so they can't opt-in. There's also the cases of other bridges like the .makeup ones (X & Insta bridges), they can't opt-in. |
There are I think only two mechanisms that are near universal for fediverse actors: The profile The profile bio flow is easier (and I'm just using specific tokens as example, another format may be better):
…or at least that's how I would do this, plus various error messages for other kinds of failures like not being able to fetch the actor. Consider also opting out accounts if you see Notably, bird.makeup accounts can't use this flow because it doesn't bridge the bio (but bird.makeup bridges without consent in the first place, so it's a bit ehhh). For the status flow, you can do essentially the same thing, but (also) accept a link to a status in the same form. As added complication, this would require saving the timestamp, so that no-one else can opt an account back in or out using an older status that wasn't deleted. I'd still validate the timestampe with If the opt-in/-out happens via profile bio, you should probably also update the timestamp for the oldest still-acceptable control post. |
Would it not be possible / simpler to have someone insert a txt record in the domain and then read this txt record and be done with it |
That would only work for an entire instance, not for individual users, and we'd still need a way to trigger Bridgy Fed to look at that instance and the DNS record anyway. |
I think having a way to opt in via text in bio would be great! It'd empower individual users but not require any additional code to be written in the implementation of the server. |
This would also enable some level of Threads-support. See #1210 (comment) |
I think #1680 has now subsumed this...? |
Duplicate of #1680 |
Good news is, this is now a higher priority for us! |
Hello,
Castopod has native AP support but there is no way to add or follow people directly on the admin panel. So I am not sure how you could / would integrate castopod to bridgy-fed
The text was updated successfully, but these errors were encountered: