MCPcopy 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

6mod service;
7
8pub(crate) fn auth_module() -> Scope {
9 web::scope("/auth").route(
10 "/create-session",
11 web::post().to(controller::create_session),
12 )
13}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected