Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiscriptdev/aiscript
/ is_jwt_auth
Method
is_jwt_auth
aiscript-directive/src/route/mod.rs:63–65 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
61
}
62
63
pub fn is_jwt_auth(&self) -> bool {
64
matches!(self.auth, Auth::Jwt)
65
}
66
67
pub fn or(mut self, other: &RouteAnnotation) -> Self {
68
if matches!(self.auth, Auth::None) {
Callers
1
poll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected