Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actix/examples
/ InvitationData
Class
InvitationData
auth/simple-auth-server/src/invitation_handler.rs:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
#[derive(Deserialize)]
11
pub struct InvitationData {
12
pub email: String,
13
}
14
15
pub async fn post_invitation(
16
invitation_data: web::Json<InvitationData>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected