Refactor comments and update session identity logic
Revised comments for clarity in main.rs and session_identify.rs. Included an explanatory note about using third-party hosts for signature verification. Removed an unused `.toak-ignore` file.
This commit is contained in:
@@ -17,7 +17,7 @@ async fn main() {
|
||||
// Initialize logging
|
||||
init_logging();
|
||||
|
||||
// Load configuration
|
||||
// init server configuration
|
||||
let config = AppConfig::new();
|
||||
|
||||
// Create router with all routes
|
||||
|
Reference in New Issue
Block a user