* identity-service-api: Add store_invitation endpoint. Signed-off-by: Adam Blanchet <adamblanchet@free.fr>
5 lines
105 B
Rust
5 lines
105 B
Rust
//! Endpoints to store and sign invitations.
|
|
|
|
pub mod sign_invitation_ed25519;
|
|
pub mod store_invitation;
|