Aaron Parecki

Results 509 comments of Aaron Parecki
trafficstars

I'd like to bump this up again given the discussion around ActivityPub integration. Scheduling livestreams is a super useful feature! The main UX benefit in my opinion is that would...

A checkbox to enable "match my system's light/dark theme" sounds good, and leaving it unchecked by default is definitely the safer option to avoid surprising existing users. For those who...

Please do not add a flag to disable cert verification. In practice this just ends up with people enabling this flag in production environments when they really shouldn't. Being able...

I'm assuming they mean the request Vouch Proxy makes to the OIDC token endpoint. If that endpoint is not one of the major providers but instead some custom service with...

I run two instances of Vouch Proxy in very different configurations: ## Home I have Vouch on my home nginx server and it sits in front of a few different...

This would actually be pretty challenging due to the way Apple's OAuth implementation works. There are two things that may be dealbreakers for this. * Apple does not use static...

From the openid spec about the `preferred_username`: > The RP MUST NOT rely upon this value being unique This is meant for display purposes, but not meant to differentiate between...

Unless I'm horribly out of date, Vouch doesn't have the concept of a display username, so it should never use `preferred_username`

I have wanted to do something similar as well, I have nginx+Vouch sitting in front of a MediaWiki install, and I want to write a script that uses the MediaWiki...

hmm this doesn't really map to the client credentials grant in OAuth, this is more of its own thing. I would not recommend sending the client secret in a GET...