Frank Du

Results 6 issues of Frank Du

There is a use case to use 2 different set of google oauth credentials, due to different app branding. I ran into the "HTTP 401: Unauthorized" error, and it was...

**Problem:** Currently, the "data" tokens don't have the information about if the "data" is inside the raw/endraw block, or not. This limit the Extension object's ability to treat the "data"...

parser

**Problem:** Currently, the "data" tokens don't have the information about if the "data" is inside the raw/endraw block, or not. This limit the Extension object's ability to treat the "data"...

parser

1. Extract OAuth parameters from HTTP_AUTHORIZATION header if OAuth provider sits behind mod_wsgi 2. Add _check_nonce stub method. This way it's easier to implement OAuth provider logics

Class method Request.from_request() checks 'Authorization' HTTP header for OAuth parameters. However, if you deploy web app with mod_wsgi, 2 important things happen: 1. By default, Authorization header is dropped, and...

Enhancement

The original content was: "Consider an example: a 5-second sound at a sampling rate of 16,000 Hz will be represented as a series of 80,000 values, while the same 5-second...