This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
authapp/README.md
2023-04-22 19:26:59 +03:00

23 lines
581 B
Markdown

# Authentication Service for Online Forum
This is a simple authentication service for an online forum. Online deployment is done using Fly.io at <https://authapp.fly.dev/>.
## Features
- [x] User registration
- [x] User login
- [x] Error messages
- [x] Unique username
- [x] Password policy
- [x] Password encryption
- [x] Graphical user interface
- [X] Client-server encrypted communication: Implemented for online deployment, but not for local deployment.
## Local Development
Local deployment is done using Docker. To start the service, run:
```bash
docker-compose up
```