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.
Andrew Trieu d73a4ee593 Add video
2023-04-23 18:23:21 +03:00
2023-04-22 19:17:15 +03:00
2023-04-21 13:17:50 +03:00
2023-04-21 13:17:50 +03:00
2023-04-21 13:17:50 +03:00
2023-04-21 13:17:50 +03:00
2023-04-23 18:23:21 +03:00

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

  • 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:

docker-compose up
Description
An authentication service for online forum
Readme 38 KiB
Languages
JavaScript 97.2%
Dockerfile 2.8%