Aaron Parecki
Aaron Parecki
I keep getting pinged on this when anyone comments on this, so I figured I'd chime in again 3 years later 😂 I've had success putting Owncast behind a reverse...
Yeah it's tough. I would say if you are trying to do something like members-only streams or sharing a livestream with a large group of people, you're better off with...
Yeah this is a good example of when a proper access control mechanism is needed, and when a simple password for this use case is likely to cause massive problems...
How about this: * On the viewer, show a red box around the video player and a big warning below that says passthrough mode is enabled * Provide a new...
The reasons for dropping the query parameter method of sending access tokens also apply to any sort of API keys, so while that's not necessarily an OAuth issue, it is...
I don't think we have any examples of microformats vocabularies where the value is only a number, and I thought that actually wasn't allowed in the mf2 spec, but now...
Oh I misread this: https://microformats.org/wiki/microformats2-parsing#parse_an_element_for_class_microformats > The "*" for root (and property) class names consists of an optional vendor prefix (series of 1+ number or lowercase a-z characters i.e. [0-9a-z]+,...
I'm not sure what's going on, I am not able to reproduce this. When I enter your website it redirects me to GitHub like I would expect.
Ideally any Fediverse software would support IndieAuth so that it works with indielogin.com and others directly.
hmm, that's tricky. I don't know a good way to do that regardless of whether it's IndieAuth or Mastodon's specific API. I think we'd need some other rel attribute to...