Jonathan Vanasco

Results 128 issues of Jonathan Vanasco

i'd be willing to write a PR for this. This way the file can just be synced against the upstream source as needed, and customization would be via... export ACMEDNSAUTH_ACMEDNS_URL=string...

enhancement

on first execution, this shows the required CNAME configuration it would be nice to show the existing/expected configuration on renewal if a DNS record gets wiped, it's kind of a...

enhancement

this is my initial experiment on using env vars. i'm calling this an experiment, because it works... but I'm not entirely sold on it. You can view the README formatted...

It's neat seeing how these different frameworks are performing under a single situation, but this doesn't address how they deal with concurrent requests increasing. Right now you're only running 10...

`setup.py` requires an unversioned `Flask` and `werkzeug>=0.14` There have been some breaking changes from `flask` and `werkzeug` regarding the `Request.is_xhr` attribute ( see https://github.com/pallets/flask/search?q=is_xhr&type=issues ) While the latest versions are...

I was trying to create a local version of twitter's server for testing purposes. Unfortunately, oauthlib is more strict that twitter's API (and various python clients). twitter's API allows the...

Feature
Discussion
Contributor Friendly
OAuth2-Provider

I discovered this as part of #585, but it's a separate (though related) issue... The base `Client` object does not track if a client is confidential (or not), however clients...

Feature
OAuth2-Client

This discussion is forked from #557 When issuing a refresh token, there are two related potential improvements of the existing code and/or implementation guidelines. 1. If the request for refreshing...

This is an idea for the 1.1 or 2.0 branch and oAuth1 -- though it probably applies to oAuth2 as well. The current implementation of `validate_realms` / `validate_protected_resource_request` is to...

OAuth1

This is another request for compliance with the oddity that is Twitter. If you re-authenticate to twitter's API, twitter returns the same access token (ie, the existing one is not...

OAuth1