Slightly more fleshed out server script that will be easier to use once the security module is created. For now, we build a param data structure containing the request values and headers for later use. No actual logic is present (yet). Also contains requirements file for ease of use so that users can just add "pip install -r requirements.txt" to their deployment scripts and have everything they need in their virtual environments.
Slightly more fleshed out server script that will be easier to use once the security module is created. For now, we build a param data structure containing the request values and headers for later use. No actual logic is present (yet). Also contains requirements file for ease of use so that users can just add "pip install -r requirements.txt" to their deployment scripts and have everything they need in their virtual environments.