This website requires JavaScript.
Explore
Help
Sign In
nikdoof
/
test-auth
Watch
1
Star
0
Fork
0
You've already forked test-auth
mirror of
https://github.com/nikdoof/test-auth.git
synced
2025-12-14 06:42:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8e04130a6bc9592be32504b15f3aef104cda406a
test-auth
/
api
History
Siebren Bakker
8e04130a6b
replaced all GONE responses with a JSON dict of {'auth': 'missing', 'missing': <missing data>} to help with error messages to end users.
2010-08-10 09:23:28 -05:00
..
migrations
Moved to using South, and used a better repo for JSONField
2010-07-01 18:31:42 +01:00
__init__.py
Basic django-piston based API package.
2010-03-18 23:35:45 +00:00
admin.py
Auth via API key, also added Admin interface to edit keys
2010-06-15 21:05:53 +01:00
auth.py
Fixed API argument issues
2010-07-01 10:26:23 +01:00
handlers.py
replaced all GONE responses with a JSON dict of {'auth': 'missing', 'missing': <missing data>} to help with error messages to end users.
2010-08-10 09:23:28 -05:00
models.py
Auth via API key, also added Admin interface to edit keys
2010-06-15 21:05:53 +01:00
urls.py
Op Timer API
2010-06-30 23:45:09 +10:00
views.py
API now uses OAuth
2010-04-26 22:24:59 +01:00