arche 2.5.0

An opinionated backend foundation for Axum applications, providing batteries-included integrations for cloud services, databases, authentication, middleware, and logging.
Documentation
1
2
3
4
5
#[derive(serde::Deserialize, serde::Serialize, sqlx::FromRow)]
pub struct AuthTokens {
    pub access_token: String,
    pub refresh_token: String,
}