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

Merge branch 'main' into ADMIN-CONSOLE-1

02d842a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 29, 2026 in 3s

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 22 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.

Check failure on line 23 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.