Assure that if we find the right items in the query string we pass the request on for authentication. |
|
More...
|
over 14 years ago
|
process_request doesn't return anything. |
|
More...
|
over 14 years ago
|
process_request doesn't return anything. |
|
More...
|
over 14 years ago
|
Explain difference between request and URL signing. |
|
More...
|
over 14 years ago
|
Explain difference between request and URL signing. |
|
More...
|
over 14 years ago
|
Started processing of where the URL signing needs to hook in to the authentication mechanism. |
|
More...
|
over 14 years ago
|
Started processing of where the URL signing needs to hook in to the authentication mechanism. |
|
More...
|
over 14 years ago
|
Added GET member to the mock request. |
|
More...
|
over 14 years ago
|
Added GET member to the mock request. |
|
More...
|
over 14 years ago
|
Removed the tests.py file as we have a tests folder. |
|
More...
|
over 14 years ago
|
Added ChangeLog. |
|
More...
|
over 14 years ago
|
Refactored out more duplication of the test code. |
|
More...
|
over 14 years ago
|
The signed view just returns the username that is logged in when the request has been signed. |
|
More...
|
over 14 years ago
|
Refactored a couple of the tests to remove duplication. |
|
More...
|
over 14 years ago
|
Added a test to show that properly signed POST data works. |
|
More...
|
over 14 years ago
|
Merge branch 'release/0.1' |
|
More...
|
over 14 years ago
|
Merge branch 'feature/pip' into develop |
|
More...
|
over 14 years ago
|
Removed the example URL. |
|
More...
|
over 14 years ago
|
Initial try for setup.py file. |
|
More...
|
over 14 years ago
|
Merge pull request #1 from KayEss/master. |
|
More...
|
over 14 years ago
|
Added some documentation for the signature functions and changed them to no longer return any headers as this is redundant. |
|
More...
|
over 14 years ago
|
Implemented the fetching of the user given by the X-FOST-User header. |
|
More...
|
over 14 years ago
|
Make sure that the correct user is returned from the authentication back end. |
|
More...
|
over 14 years ago
|
Refactored some tests to remove duplication. |
|
More...
|
over 14 years ago
|
Ensure that the authentication backend adds the correct signed headers in to the SIGNED dict. |
|
More...
|
over 14 years ago
|
The mock request now properly signs headers that it's been asked to sign. |
|
More...
|
over 14 years ago
|
The tests don't seem to be properly isolated for some reason, so there might be a user in the database. |
|
More...
|
over 14 years ago
|
Moved the request signing code so that we can add another test that changes the signing mechanism. |
|
More...
|
over 14 years ago
|
Correctly set up the signed request headers. |
|
More...
|
over 14 years ago
|
After running the middleware the request gets a new SIGNED member which contains the signed header values. |
|
More...
|
over 14 years ago
|