Authentication system for cloud-compiled projects, and also provides a configurable rate limiting system.
All services are provided as rest services that return json. They should not be called by the users browser or client side application but by the servers on a private network.
### Installation Preferably in a virtualenv: pip install -r requirements.txt
In case you get: EnvironmentError: mysql_config not found sudo apt-get install libmysqlclient-dev
In case you get: /usr/bin/ld: cannot find -lz sudo apt-get install zlib1g-dev
Create a schema and if wanted a user and import the table definitions.
A different database can be used, but the sql might need to be changed and configuration will be needed.
Create a text file with the name cloudsession.properties and put in configurations as described in the configuration manual.
Set the generated or downloaded war into the webapps directory of your tomcat and start it.