aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/authentication.py
AgeCommit message (Expand)Author
2014-09-23Changed return status for CSRF failures to HTTP 403Danilo Bargen
2014-09-03Using user.get_username() instead of user.username.dpanesso
2014-08-19Code linting and added runtests.pyTom Christie
2014-08-19Merge masterTom Christie
2014-07-25Sending "Bearer" and "Bearer " resulted in a 500.Ron Cohen
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-03-19authentication: allow all transport modes of access token in OAuth2Authentica...Benjamin Dauvergne
2014-03-05don't implicitly import provider.oauth2Eric Buehl
2013-12-23Merge branch 'bennbollay-patch-1' into 2.4.0Tom Christie
2013-12-13Compat fixes for django-oauth-plus versions 2.0-2.2.1Tom Christie
2013-11-14pass oauth_timestamp to oauth_providerPhilip Forget
2013-09-25Drop 1.3 supportTom Christie
2013-06-29Simplify APIClient implementationTom Christie
2013-06-29Refactor SessionAuthentication slightlyTom Christie
2013-06-26Use timezone aware datetimes with oauth2 provider, when supported. Closes #947.Tom Christie
2013-06-05Fix serialization exception when using non-existent consumerAlex Burgel
2013-04-25Cleanup docstringsTom Christie
2013-04-03Fix the fact that InvalidConsumerError and InvalidTokenError wasn't imported ...Atle Frenvik Sveen
2013-04-03Fix bug with inactive user accessing OAuthTom Christie
2013-03-27Complete remove of client checks from oauth2Fernando Rocha
2013-03-27client credentials should be optional (fix #759)Fernando Rocha
2013-03-22If oauth is not attempted don't throw an error. Fixes #748.Tom Christie
2013-03-08Fixes for auth header checking.Tom Christie
2013-03-08More bits of cleanupTom Christie
2013-03-07Merge OAuth2 work.Tom Christie
2013-03-07Clean ups.Tom Christie
2013-03-07Fix Py3k syntax errorsTom Christie
2013-03-07Merge & clean OAuth supportTom Christie
2013-03-02Properly fail to wrong Authorization token typePierre Dulac
2013-03-01Clean up some print and commentsPierre Dulac
2013-03-01Improve the `django-oauth2-provider` import blockPierre Dulac
2013-03-01Add the OAuth2Authentication classPierre Dulac
2013-02-26Move oauth2 and django-oauth-plus imports to compat and fix some minor issuesswistakm
2013-02-25add OAuthAuthentication classswistakm
2013-02-04Cleanup importsTom Christie
2013-02-013.2, 3.3 compatTom Christie
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...Tom Christie
2013-01-21WWW-Authenticate responsesTom Christie
2013-01-07Introduced HTTP_HEADER_ENCODING.Xavier Ordoquy
2013-01-03Also use the compat module in that file.Xavier Ordoquy
2012-11-23Default encoding should probably be latin-1 as some RFC seems to imply it.Xavier Ordoquy
2012-11-226 first tests passes under python 3.2Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-11-13Implementing 401 vs 403 responsesTom Christie
2012-10-17Add docs for 401 vs 403 responsesTom Christie
2012-10-15Explicit CSRF failure message. Fixes #60.Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-10Fix session authTom Christie
2012-10-09Tweak authtokenTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie