https://github.com/cwaldbieser/txcasproxy
A CAS authenticating reverse proxy using Twisted
https://github.com/cwaldbieser/txcasproxy
Last synced: 11 months ago
JSON representation
A CAS authenticating reverse proxy using Twisted
- Host: GitHub
- URL: https://github.com/cwaldbieser/txcasproxy
- Owner: cwaldbieser
- License: gpl-3.0
- Created: 2014-10-05T18:59:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T15:10:29.000Z (almost 2 years ago)
- Last Synced: 2024-09-06T17:40:05.013Z (almost 2 years ago)
- Language: Python
- Size: 356 KB
- Stars: 0
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=================
Twisted CAS Proxy
=================
An HTTPS proxy that sits in front of a web application and provides CAS
authentication as a service.
-----------
Quick Start
-----------
* Install OS dependencies.
* Install Python modules (preferably in a virtualenv): `$ pip install -r requirements.txt`
* Run: `$ twistd -n casproxy --help`
------------------
Full Documentation
------------------
See: http://txcasproxy.readthedocs.org/en/latest/