This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RIS/App/auth.txt

14 lines
725 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.
├── Database
│   ├── DBconnect.py - коннектор к СУБД
│   ├── __init__.py
│   ├── sql_provider.py - SQL-провайдер для формирования запроса к СУБД
│   └── work.py - файл для выполнения запросов к СУБД
└── Auth
   ├── auth_model.py - реализация модели авторизации
   ├── __init__.py
   ├── sql
   │   └── auth.sql - sql-запрос, проверяющий наличие пользователя в СУБД
   └── templates
   └── auth.html - шаблон для страницы авторизации