Statistics
| Branch: | Tag: | Revision:

root / aai @ 40777cc8

# Date Author Comment
40777cc8 04/19/2011 03:56 pm Giorgos Verigakis

Add support for users

  • Tests use a hardcoded token
  • cloud tool uses a hardcoded token
  • Bugfixes

Fixes #423

ac3c3a4b 04/18/2011 04:02 pm Georgios Gousios

Fix tests, fix side auth cases

All tests now working

63efc637 04/18/2011 02:56 pm Georgios Gousios

Various fixes to make AAI work for real

Refs: #345

60de282a 04/18/2011 11:53 am Georgios Gousios

Avoid redirect loops

73dbfbf5 04/15/2011 03:09 pm Georgios Gousios

Change shibboleth tokens to their real names

ea2bea47 04/15/2011 11:19 am Georgios Gousios

Use vkoukis's TEST variable instead of my custom TESTING

8f377cd6 04/12/2011 02:38 pm Georgios Gousios

Shortcut in the aai module to make tests pass

Introduces a test-time runtime variable which allows REST-based (e.g.
api) tests to pass through the authentication module

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)