ordinary-app 0.7.0

Application server for Ordinary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2026 Ordinary Labs, LLC.
//
// SPDX-License-Identifier: AGPL-3.0-only

pub mod account;
pub mod actions;
pub mod assets;
pub mod login;
pub mod mfa;
pub mod password;
pub mod recovery;
pub mod registration;
pub mod templates;
pub mod token;