10 Commits

Author SHA1 Message Date
38a02cb732 feat: implement user authentication with JWT and role-based access control
All checks were successful
CI Pipeline / Security Scan (push) Successful in 2m52s
CI Pipeline / Lint (push) Successful in 4m57s
CI Pipeline / Test (push) Successful in 4m35s
CI Pipeline / Build (push) Successful in 1m19s
CI Pipeline / Notification (push) Successful in 2s
CI Pipeline / Lint (pull_request) Successful in 2m38s
CI Pipeline / Security Scan (pull_request) Successful in 4m47s
CI Pipeline / Test (pull_request) Successful in 2m38s
CI Pipeline / Build (pull_request) Successful in 1m17s
CI Pipeline / Notification (pull_request) Successful in 1s
2025-06-04 18:35:31 +07:00
23ec4d7bd2 feat: implement auth middleware and unit tests with JWT validation
Some checks failed
CI Pipeline / Lint (push) Failing after 5m30s
CI Pipeline / Test (push) Has been skipped
CI Pipeline / Security Scan (push) Successful in 6m6s
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Notification (push) Successful in 2s
2025-06-03 21:31:18 +07:00
4d87c34aa0 Merge branch 'main' into feat/authorize
Some checks failed
CI Pipeline / Security Scan (push) Failing after 5m7s
CI Pipeline / Lint (push) Failing after 5m18s
CI Pipeline / Test (push) Has been skipped
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Notification (push) Successful in 2s
2025-05-29 12:33:31 +07:00
3aa4f3532b chore: fix make lint
Some checks failed
CI Pipeline / Security Scan (push) Successful in 2m44s
CI Pipeline / Lint (push) Successful in 6m47s
CI Pipeline / Lint (pull_request) Successful in 6m38s
CI Pipeline / Security Scan (pull_request) Successful in 3m32s
CI Pipeline / Test (push) Successful in 7m50s
CI Pipeline / Build (push) Failing after 32s
CI Pipeline / Notification (push) Successful in 2s
CI Pipeline / Test (pull_request) Successful in 7m39s
CI Pipeline / Build (pull_request) Failing after 22s
CI Pipeline / Notification (pull_request) Successful in 1s
2025-05-26 10:50:43 +07:00
4779071fcd chore: add HTTP middleware with logger, CORS and rate limiting functionality
Some checks failed
CI Pipeline / Lint (push) Failing after 5m12s
CI Pipeline / Test (push) Has been skipped
CI Pipeline / Security Scan (push) Successful in 6m3s
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Security Scan (pull_request) Successful in 2m36s
CI Pipeline / Notification (push) Successful in 2s
CI Pipeline / Lint (pull_request) Failing after 2m38s
CI Pipeline / Test (pull_request) Has been skipped
CI Pipeline / Build (pull_request) Has been skipped
CI Pipeline / Notification (pull_request) Successful in 1s
2025-05-25 23:48:55 +07:00
134ab5b2f8 test: add integration tests for security middleware features
Some checks failed
CI Pipeline / Security Scan (push) Successful in 2m44s
CI Pipeline / Lint (push) Failing after 5m33s
CI Pipeline / Test (push) Has been skipped
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Security Scan (pull_request) Successful in 2m49s
CI Pipeline / Notification (push) Successful in 3s
CI Pipeline / Lint (pull_request) Successful in 5m23s
CI Pipeline / Test (pull_request) Failing after 2m55s
CI Pipeline / Build (pull_request) Has been skipped
CI Pipeline / Notification (pull_request) Successful in 2s
2025-05-25 22:43:48 +07:00
74528f2d86 chore: implement config management and HTTP transport layer with CORS support
Some checks failed
CI Pipeline / Lint (push) Successful in 6m3s
CI Pipeline / Security Scan (push) Successful in 6m2s
CI Pipeline / Test (push) Failing after 3m9s
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Notification (push) Successful in 2s
2025-05-25 17:52:51 +07:00
9df4673657 chore: Update config file
Some checks failed
CI Pipeline / Security Scan (push) Failing after 4m42s
CI Pipeline / Lint (push) Failing after 5m1s
CI Pipeline / Test (push) Has been skipped
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Notification (push) Successful in 2s
2025-05-25 15:22:23 +07:00
f4ef71b63b feat: implement user authentication system with JWT and role-based access control
Some checks failed
CI Pipeline / Security Scan (push) Failing after 5m24s
CI Pipeline / Lint (push) Failing after 5m30s
CI Pipeline / Test (push) Has been skipped
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Notification (push) Successful in 1s
2025-05-24 11:24:19 +07:00
86cff0489e chore(init): Create Initial repo
Upload First repo
2025-05-21 12:39:40 +07:00