Theron Luhn

Results 15 issues of Theron Luhn

The base URL is the current page in the HTML5 implementation (as per the spec), but the domain root in HTML4 implementation. For example, running [this fiddle](http://jsfiddle.net/luhn/auth3x5q/) in Chrome 45...

I'm using `ConnectionPool` with `DeadConnectionDetector`. [Here's my connection function](https://gist.github.com/luhn/98d18dca00edae2af93a), if it helps. This morning, my primary database failed, which happened to be during a period of high-frequency querying. So of...

#12 added caching using `requests-cache`. `requests-cache` is a powerful library with half a dozen dependencies, but we're only utilizing its most basic functionality. This PR removes `requests-cache` as a dependency,...

To round out my contributions, this PR adds JWK support to `api_jws.encode` and `api_jwt.encode`. Most significant change is change of default algorithm to `DEFAULT_ALGORITHM`. This will resolve to the JWK...