Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

drid-uniben/auth-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth-service

Authentication service for the Research Diploma project.

Overview

This service handles user authentication and authorization, including registration, login, session management, and token handling.

Tech Stack

  • Runtime: Node.js 20+
  • Framework: Express.js
  • Language: TypeScript
  • Database: (see .env.example for connection details)

Getting Started

Prerequisites

  • Node.js 20+
  • pnpm

Installation

pnpm install

Environment Setup

Copy the example env file and fill in the required values:

cp .env.example .env

Running Locally

pnpm dev

API Documentation

Swagger UI is available at /api-docs when the server is running.

Contributing

Please read CONTRIBUTING.md before opening issues or pull requests. It covers the full claim/disclaim + PR linking flow used in this project.

License

Apache License 2.0

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Contributors