This is a feature that adds lots of nice stuff #3

Merged
timmybee merged 2 commits from branch1 into master 2026-02-24 16:36:21 +08:00
Owner

This PR introduces a new authentication middleware to validate JWT tokens for protected routes. The middleware ensures that only authenticated users can access secured endpoints.

Changes Made

  • Added authMiddleware.js to handle JWT verification
  • Integrated middleware into protected API routes
  • Added error handling for expired/invalid tokens
  • Updated environment configuration for JWT secret
This PR introduces a new authentication middleware to validate JWT tokens for protected routes. The middleware ensures that only authenticated users can access secured endpoints. Changes Made - Added authMiddleware.js to handle JWT verification - Integrated middleware into protected API routes - Added error handling for expired/invalid tokens - Updated environment configuration for JWT secret
timmybee added this to the 1.0.19 milestone 2026-02-24 16:31:37 +08:00
timmybee added the Kind/Bug label 2026-02-24 16:31:37 +08:00
timmybee added 1 commit 2026-02-24 16:31:37 +08:00
timmybee added 1 commit 2026-02-24 16:34:07 +08:00
timmybee merged commit 8ce5c1aa1b into master 2026-02-24 16:36:21 +08:00
timmybee deleted branch branch1 2026-02-24 16:36:21 +08:00
timmybee added Kind/Feature and removed Kind/Bug labels 2026-02-24 16:58:57 +08:00
timmybee changed title from feature: added stuff to introduces a new authentication middleware to validate JWT tokens for protected routes. The middleware ensures that only authenticated users can access secured endpoints. 2026-02-24 17:02:18 +08:00
timmybee changed title from introduces a new authentication middleware to validate JWT tokens for protected routes. The middleware ensures that only authenticated users can access secured endpoints. to This is a feature that adds lots of nice stuff 2026-02-24 17:02:37 +08:00
Sign in to join this conversation.