Changed the CAS Protocol! A 'yes' or 'no' first line followed with the user is still...
authordwickwire <wickwire@gmail.com>
Fri, 20 Jan 2012 19:19:31 +0000 (13:19 -0600)
committerdwickwire <wickwire@gmail.com>
Fri, 20 Jan 2012 19:19:31 +0000 (13:19 -0600)
commit08d3502c8f9a169713122c681d86eb16d9f8c1e6
tree3d6adb1d647f4c1c9c8c41f632223bf7da479059
parent6ed7dc2866c881cebb4af183462540e8a0a54bee
Changed the CAS Protocol!  A 'yes' or 'no' first line followed with the user is still consistent.

Now, the response has historical identifiers trailing the primary user, each on a new line.

Clients should check for each identifier...
-- if one is matched, use that username
-- if two are matched, merge accounts on client end
-- if none are matched, create a new user with primary username

Old protocol response:
yes
foobar123

New protocol response:
yes
foobar123
barbaz345
barfoo789
cas_provider/views.py