Skip to content

feat: add admin backend foundation (login, session, health)#641

Open
Ferryx349 wants to merge 5 commits into
cameri:mainfrom
Ferryx349:ADMIN-CONSOLE-1
Open

feat: add admin backend foundation (login, session, health)#641
Ferryx349 wants to merge 5 commits into
cameri:mainfrom
Ferryx349:ADMIN-CONSOLE-1

feat: Fix rate limit issue

92516e3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 12, 2026 in 2s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 40 in src/routes/admin/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.

Check failure on line 41 in src/routes/admin/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.