class KtorAuthTagger
- KtorAuthTagger
- FrameworkTagger
- Tagger
- Reference
- Object
Defined in:
tagger/framework_taggers/kotlin/ktor_auth.crConstant Summary
-
AUTHENTICATE_BLOCK_PATTERNS =
[{/authenticate\s*\(/, "Ktor authenticate block"}, {/authenticate\s*\(\s*"([^"]+)"/, "Ktor named authenticate"}] -
Ktor authenticate block patterns
-
ROUTE_AUTH_PATTERNS =
[{/principal</, "Ktor principal extraction"}, {/call\.principal/, "Ktor call.principal"}, {/call\.authentication/, "Ktor call.authentication"}, {/sessions\.get</, "Ktor session check"}] -
Ktor session/JWT/basic auth in route context