python-oauth2
python-oauth2 copied to clipboard
Fix the OAuth HTTP header bug with mod_wsgi
- Extract OAuth parameters from HTTP_AUTHORIZATION header if OAuth provider sits behind mod_wsgi
- Add _check_nonce stub method. This way it's easier to implement OAuth provider logics