index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
tests
/
authentication.py
Age
Commit message (
Expand
)
Author
2013-05-29
Rename test modules to 1.6 style
Tom Christie
2013-03-28
Remove client credentials from all OAuth 2 tests
Pierre Dulac
2013-03-27
Complete remove of client checks from oauth2
Fernando Rocha
2013-03-27
client credentials should be optional (fix #759)
Fernando Rocha
2013-03-10
Add the implementation for TokenHasReadWriteScope permissions w/ oauth 1
Pierre Dulac
2013-03-10
Add TokenHasReadWriteScope class for permissions based on scopes
Pierre Dulac
2013-03-08
Fix crazy typo.
Tom Christie
2013-03-08
Merge
Tom Christie
2013-03-08
Fixes for auth header checking.
Tom Christie
2013-03-07
Merge OAuth2 work.
Tom Christie
2013-03-07
Merge & clean OAuth support
Tom Christie
2013-03-06
Fix import errors
Pierre Dulac
2013-03-02
Add new OAuth2 tests
Pierre Dulac
2013-03-01
Use django.utils to import the unittest module
Pierre Dulac
2013-03-01
Improve the `django-oauth2-provider` import block
Pierre Dulac
2013-03-01
Merge branch 'master' into oauth2-authentication
Pierre Dulac
2013-03-01
Add tests for OAuth2 authentication
Pierre Dulac
2013-02-28
Auth is no longer lazy. Closes #667.
Tom Christie
2013-02-27
import compat version of unittest
swistakm
2013-02-26
OAuth tests now are skipped unless django-oauth-plus and oauth2 are installed.
swistakm
2013-02-25
add tests for OAuth authentication
swistakm
2013-02-25
Replaced status numbers with the statuses constants from the status model.
Omer Katz
2013-02-04
Cleanup imports
Tom Christie
2013-02-01
3.2, 3.3 compat
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-21
WWW-Authenticate responses
Tom Christie
2013-01-05
deprecate simplejson
Juan Riaza
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-19
urls, patterns, include imports move to compat to support incoming 1.3 thru 1...
Tom Christie
2012-12-07
Reverted #458
Tom Christie
2012-12-02
Merge remote-tracking branch 'reference/master' into p3k
Xavier Ordoquy
2012-11-29
fix forgotten 400 test
Pavel Savchenko
2012-11-28
also update test with response code 401
Pavel Savchenko
2012-11-24
Every (base) test should now pass with python3.
Xavier Ordoquy
2012-11-23
Default encoding should probably be latin-1 as some RFC seems to imply it.
Xavier Ordoquy
2012-11-22
6 first tests passes under python 3.2
Xavier Ordoquy
2012-11-22
Fixed test with base64.
Xavier Ordoquy
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-11-14
Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, update...
Rob Romano
2012-11-14
Updates to login view for TokenAuthentication from feedback from Tom
Rob Romano
2012-11-14
Added authtoken login/logout urlpatterns and views
Rob Romano
2012-10-09
Tweak authtoken
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie