Build A URL Shortener Service With RustJanuary 23, 2025 · One min readforfd8960AuthorWhat is URL Shortener How to build a URL Shortener The APIs Generate and Store the Original URL Redirect to the Target URL
How to Implement JWT Auth in AxumOctober 21, 2024 · 7 min readforfd8960AuthorWhat is JWT JWT, or JSON Web Token, is a compact and self-contained way of securely transmitting information between parties as a JSON object.