Statistics
| Branch: | Tag: | Revision:

root / api / middleware.py @ 2b837adf

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
62b8fa6b 07/01/2011 06:16 pm Vangelis Koukis

Merge branch 'api-current'

Conflicts:
api/middleware.py

bf21d1c6 07/01/2011 05:54 pm Giorgos Verigakis

Don't check for expiration if we have no user

6a0e1a00 07/01/2011 12:11 pm Giorgos Gousios

Add exclude for API calls in AAI middlware

Fixes 3 failed tests

4733c1b0 06/28/2011 12:28 pm Giorgos Gousios

Mostly cosmetic changes to the auth middlewares

aad68ee6 06/23/2011 10:49 am Giorgos Gousios

PEP-8 compliance

c9fdfa27 05/20/2011 11:22 am Giorgos Gousios

Add expires field for auth token

Refs: #483

aa197ee4 05/10/2011 01:35 pm Vangelis Koukis

Fix redundant whitespace at end of lines

Remove all unecessary whitespace at end of lines.
See
http://stackoverflow.com/questions/5257553/coloring-white-space-in-git-diffs-output

for a way to have git highlight redundant whitespace automatically.

22aee0fb 05/09/2011 02:20 pm Giorgos Gousios

Split aai middleware into two instances

One instance guards the API (and returns 401 if the user is unauthorized), one protects the other content and redirects to Sibboleth

25380811 04/12/2011 01:20 pm Georgios Gousios

Rename auth to aai and put all aai related stuff in it

manage.py had trouble running tests from auth (confirmed with
[verigak]), and is also a good idea to have all aai stuff in
one reusable place ([vkoukis]'s idea)

57e59589 04/07/2011 03:09 pm Georgios Gousios

All Shibboleth-based tests pass

Now, we need to test it against a real installation

faa26af8 04/07/2011 01:36 pm Georgios Gousios

Make most tests pass

1896d262 04/06/2011 06:08 pm Georgios Gousios

Fixes to pass some shibboleth related tests

dbf97ed2 04/05/2011 04:29 pm Georgios Gousios

Authentication routine, with comments

dd53338a 04/05/2011 02:16 pm Georgios Gousios

Make tests fail gracefully with assertions.

Also correct spelling of the word shibboleth

44193110 04/04/2011 03:04 pm Georgios Gousios

User deletion test

ef39e7ee 04/01/2011 04:52 pm Georgios Gousios

Some coding before enlighting discussion w/ faidon

89f86fd3 04/01/2011 01:50 pm Georgios Gousios

Custom middleware to support authentication