Add JWT authentication module with token validation
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 file in the src/generated/ directory, implementing an authentication module with JWT token management.
- Includes features for user authentication, password strength validation, token generation (access and refresh), and session management.
- Utilizes libraries such as io.jsonwebtoken for JWT handling and javax.crypto for cryptographic operations.
Edited by KUNAL KUMAR