• Joined on 2025-11-10
GW_MC pushed to feature/frontend-login at GW_MC/YANPM 2025-12-20 16:20:36 +08:00
3f252a8abd feat: add required asterisk indicator to TextField component
0740072a60 Fix query message display code instead of message
Compare 2 commits »
GW_MC created pull request GW_MC/YANPM#10 2025-12-20 14:34:57 +08:00
feature/frontend-login
GW_MC pushed to feature/frontend-login at GW_MC/YANPM 2025-12-20 14:34:13 +08:00
ff752985c6 fix: update ESLint ignores to include 'build' and '.react-router'
GW_MC pushed to feature/frontend-login at GW_MC/YANPM 2025-12-20 14:33:02 +08:00
feb5122843 reafctor toast messages into a single file
0260a03e1b Refactor query message toast
a88e4d7274 feat: add React and React Hooks support to ESLint configuration
7d99a4852b feat: implement authentication and health check providers with hooks for user management
e59e7ca4c8 feat: add user management API with endpoint to retrieve current user information
Compare 5 commits »
GW_MC pushed to feature/frontend-login at GW_MC/YANPM 2025-12-19 21:34:23 +08:00
b0b765b8fa feat: implement CORS support with configuration options and middleware integration
d861e0cd7d Fix incorrect login fail handling
b2b1fbaf65 added init page
d1491b8d19 remove unused api interceptor
85e8668e34 Fix incorrect body data handling
Compare 10 commits »
GW_MC created branch feature/frontend-login in GW_MC/YANPM 2025-12-19 21:34:23 +08:00
GW_MC deleted branch feature/authentication from GW_MC/YANPM 2025-12-19 12:24:55 +08:00
GW_MC pushed to master at GW_MC/YANPM 2025-12-19 12:24:50 +08:00
c8b7d6e09c Merge pull request 'feature/authentication service' (#9) from feature/authentication into master
507b5f0e49 feat: enforce strict expiration checking for JWT and handle existing user identities in password strategy
ec81d3228b fix clippy warnings
8111aaf672 feat: enhance health check with application state and initialization status
66b29b96ee remove unused user service in auth_state
Compare 20 commits »
GW_MC merged pull request GW_MC/YANPM#9 2025-12-19 12:24:49 +08:00
feature/authentication service
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-19 12:22:17 +08:00
507b5f0e49 feat: enforce strict expiration checking for JWT and handle existing user identities in password strategy
GW_MC created pull request GW_MC/YANPM#9 2025-12-19 11:37:26 +08:00
feature/authentication service
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-19 10:26:21 +08:00
ec81d3228b fix clippy warnings
8111aaf672 feat: enhance health check with application state and initialization status
Compare 2 commits »
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-18 22:21:20 +08:00
66b29b96ee remove unused user service in auth_state
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-18 22:19:23 +08:00
86fb222d18 added serving openapi options
08b1a055a4 feat: add admin user initialization endpoint with request handling
8f2193bed2 Fix invalid query for settings and users
Compare 3 commits »
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-18 18:26:33 +08:00
ed4a091d6e update swagger and api-client
ccd8bc7aa1 Include require auth middleware and login route
Compare 2 commits »
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-15 15:54:58 +08:00
b0c11c7c67 feat: add admin initialization and database migration tasks
3354154b87 feat: implement authentication module with JWT support and user management
1233f3b736 fix: implement Display trait for ServiceError enum
Compare 3 commits »
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-15 14:20:34 +08:00
b17d111c5d remove unused session table
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-07 21:35:57 +08:00
9447b64a76 feat: add argon2, jsonwebtoken, and update uuid dependencies
6cd37d6758 use ref of transaction
6a88e401f6 Add debug and BadRequest error
30e500ec44 Added macro for handling both transaction and pooled connection
e758452509 Include user table, identity and session table
Compare 5 commits »
GW_MC created branch feature/authentication in GW_MC/YANPM 2025-12-07 14:40:17 +08:00
GW_MC pushed to feature/authentication at GW_MC/YANPM 2025-12-07 14:40:17 +08:00
9c139d6007 refactor: replace IntoServiceError trait with direct ServiceError conversions