Aiohttp-login-session is a server login model and based on asyncio and aiohttp. This system has user interface html pages and data contains configuration file.
Aiohttp is asyncio framework. You can find more information about aiohttp here https://aiohttp.readthedocs.io/en/stable/ For Asyncio, please see python 3.5 or + document https://docs.python.org/3/library/asyncio.html
aiohttp-login-session runs on python3 or higher versions. Install aiohttp - ex. Using pip --> $ pip install aiohttp
aiohttp login model designed with default username and password.