Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ accounts.routes.ts
File
accounts.routes.ts
apps/api/src/api/accounts/accounts.routes.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ t } from
"elysia"
;
2
3
import
{ env } from
"../../config/env"
;
4
import
{ isAdminRole, isOwnerRole } from
"../../lib/acl"
;
Callers
nothing calls this directly
Calls
15
requireAuth
Function · 0.90
errorHandler
Function · 0.90
resolveActiveMembership
Function · 0.90
isOwnerRole
Function · 0.90
isAdminRole
Function · 0.90
resolveFreshMembership
Function · 0.90
createSuccessResponse
Function · 0.90
buildJWTPayload
Function · 0.90
findPending
Method · 0.80
updateName
Method · 0.80
initiate
Method · 0.80
getPending
Method · 0.80
Tested by
no test coverage detected