Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icyc9/limelm-distributed-proxy

A distributed proxy for multiple computer authentication of limelm applications.
https://github.com/icyc9/limelm-distributed-proxy

Last synced: 10 days ago
JSON representation

A distributed proxy for multiple computer authentication of limelm applications.

Awesome Lists containing this project

README

        

# LimeLM distributed proxy
LimeLM is a common online activation software licensing service. This proxy attempts to intercept requests to the LimeLM authentication API and persist responses. The authentication response can then be mocked on all subsequent requests to the service in different instances of the program.

I am using a distributed file system with a master instance that will interact with the LimeLM authentication API. Child instances are then deployed under the distributed file system which retrieve authentication responses from the persisted file.
This grants the capability of running a LimeLM authentication based software on an indefinite amount of computers, opposed to a fixed amount.