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.
860d436ab647b514d82b1e739334e4095f23c2f1
Authentication Service for Online Forum
This is a simple authentication service for an online forum. Online deployment is done using Fly.io and is work in progress.
Features
- User registration
- User login
- Error messages
- Unique username
- Password policy
- Password encryption
- Graphical user interface
- Client-server encrypted communication: Not implemented for local development
Local Development
Local deployment is done using Docker Compose. To start the service, run:
docker-compose up
Description
Languages
JavaScript
97.2%
Dockerfile
2.8%