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-06-04 12:53:06 +03:00

766 B

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/ (DELETED).

Features

  • User registration
  • User login
  • Error messages
  • Unique username
  • Password policy
  • Password encryption
  • Graphical user interface
  • Client-server encrypted communication: Implemented for online deployment, but not for local deployment.

Video

Auth.webm

Local Development

Local deployment is done using Docker. To start the service, run the following command in the root directory:

docker-compose up