Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 706 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 706 Bytes

aiohttp-login-session

A Simple aiohttp login model.

Introduction:

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.

Documentations

Aiohttp is asyncio framework. You can find more information about aiohttp here http://aiohttp.readthedocs.io/en/stable/ For Asyncio, please see python 3.5 or + document https://docs.python.org/3/library/asyncio.html

Requirements:

aiohttp-login-session runs on python3 or higher versions. Install aiohttp - ex. Using pip --> $ pip install aiohttp

Further Info:

aiohttp login model designed with default username and password.