cedros-login-server 0.0.18

Authentication server for cedros-login with email/password, Google OAuth, and Solana wallet sign-in
Documentation
1
2
3
4
5
6
//! Tests for repositories
//!
//! This module contains tests extracted from repository implementations
//! to keep individual files under the 500 LOC limit.

mod session_repository_tests;