Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ auth_module
Function
auth_module
src/api/auth/mod.rs:8–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
mod service;
7
8
pub(crate) fn auth_module() -> Scope {
9
web::scope(
"/auth"
).route(
10
"/create-session"
,
11
web::post().to(controller::create_session),
12
)
13
}
Callers
1
run_actix_server_with_context
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected