Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ auth.routes.ts
File
auth.routes.ts
apps/api/src/api/auth/auth.routes.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Elysia, t } from
"elysia"
;
2
import
{ env } from
"../../config/env"
;
3
import
{ logger } from
"../../config/logger"
;
4
import
{ buildAuthRateLimit } from
"../../config/security"
;
Callers
nothing calls this directly
Calls
15
buildAuthRateLimit
Function · 0.90
createJWTConfig
Function · 0.90
errorHandler
Function · 0.90
createSuccessResponse
Function · 0.90
resolveActiveAccountId
Function · 0.90
buildJWTPayload
Function · 0.90
now
Function · 0.90
parseAuthJWTPayload
Function · 0.90
isValidOAuthProvider
Function · 0.90
createAuthorizationURL
Function · 0.90
completeOAuthCallback
Function · 0.90
requireAuth
Function · 0.90
Tested by
no test coverage detected