Explore >> Select a destination


You are here

coderscat.com
| | www.rasikjain.com
1.9 parsecs away

Travel
| | Here are three scenarios for implementing authentication workflows. Internet Applications (Public facing) For internet web applications and APIs, Session based (SessionID cookie) and Token Based (JWT) Authentication can be implemented. Session Based: Implemented for a majority of traditional and stateful web applications. Once the user is authenticated, A Session state is created and stored in an external State server or SQL database. The Session state is identified by a unique SessionID....
| | github.com
3.0 parsecs away

Travel
| | Ergonomic and modular web framework built with Tokio, Tower, and Hyper - tokio-rs/axum
| | www.shuttle.rs
2.9 parsecs away

Travel
| | Learn how to build MCP server in Rust using the rmcp crate. This MCP server development guide covers stdio MCP server creation, DNS lookup MCP implementation, and AI agent extension with Model Context Protocol Rust SDK.
| | www.shuttle.rs
17.4 parsecs away

Travel
| What makes Rust worth using for backend web services?