Client and Server sample application for Centralised Authentication Server.
client-app uses django-cas-ng & server-app uses django-mama-cas
**Sample database is already present with cas-client and cas-server
pip install requirements.txt
cd cas_client/
python manage.py migrate
python manage.py runserver 8080
cd cas_server/
python manage.py migrate
python manage.py runserver 9090
username : sunit
password : 7uiop098
username : ashish
password : 7uiop098
go to http://localhost:8080