Skip to content

chatgut/authentication

Repository files navigation

Authentication Documentation

Services

  1. JWT Authentication Service: Manages JSON Web Token (JWT) generation and validation.
  2. Hashing Service: Handles password hashing using secure algorithms.
  3. Authentication Page Service: Provides the frontend interface for authentication.
  4. Telemetry Service (Jaeger): Integrates Jaeger for distributed tracing and telemetry.

Scripts (only if you don't use compose)

  • build.ps1 / build.sh: Scripts to build the project on Windows and Unix-like systems.
  • run.ps1 / run.sh: Scripts to run the project on Windows and Unix-like systems.

Configuration

  • docker-compose.yml: Docker Compose configuration for containerized deployment.
  • k8s: Kubernetes deployment configuration files.

Miscellaneous

  • .gitmodules: Contains details about Git submodules used.

Setup Instructions

  1. Clone the Repository:

    git clone https://github.com/chatgut/authentication.git
    cd authentication
  2. Initialize Submodules:

    git submodule update --init --recursive

    2.1 Updating Submodules:

     git submodule update --recursive --remote
  3. Using Docker:

    docker-compose up

Usage


yikes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages