556 B
556 B
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