X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/1d9fdda26cda5d009e97a5b3ad13db7e230f357d..93472270e0bb9c9b3d3c54e99e9f13e4d272b367:/README.rst diff --git a/README.rst b/README.rst index 1d32df1..ca8c6c3 100644 --- a/README.rst +++ b/README.rst @@ -34,3 +34,10 @@ USAGE #. In *settings.py*, set ``LOGIN_URL`` to ``'/cas/login/'`` and ``LOGOUT_URL`` to ``'/cas/logout/'`` #. In *urls.py*, put the following line: ``(r'^cas/', include('cas_provider.urls')),`` #. Create login/logout templates (or modify the samples) +#. Use 'cleanuptickets' management command to clean up expired tickets + +SETTINGS +========= + +CAS_TICKET_EXPIRATION - minutes to tickets expiration (default is 5 minutes) +CAS_CHECK_SERVICE - check if ticket service is equal with service GET argument