Skip to content

Add JWT authentication module with token validation

KUNAL KUMAR requested to merge feature-auth-module into main

Automated MR from stress test

Branch: feature-auth-module

This MR contains code changes for testing webhooks and CI/CD pipeline.

Summary by Bito

  • Added a new AuthModule.java class in src/generated/ for handling user authentication and session management.
  • Implemented JWT token generation, validation, and refresh mechanisms with configurable expiry times.
  • Included password hashing with salt using SHA-256 and password strength validation.
  • Provided methods for user authentication, token extraction, session invalidation, and session status checks.
Edited by KUNAL KUMAR

Merge request reports