ADAndrew Davidinemperorsixpacks.hashnode.dev·Jul 12, 2025 · 9 min readHow to Implement In-Memory Caching in GoLangThe Why? I recently worked on Airtable OAuth authentication for a project and needed a place to store state and challenge code for later request validation. The obvious solution is to use a third-party solution like Redis (Which I am a big fan of), b...00
ADAndrew Davidinemperorsixpacks.hashnode.dev·Oct 9, 2024 · 8 min readHow to Implement Multi-Device Authentication System with FastAPI, Redis, and JWTMany big tech companies offer a cool feature that allows users to login on multiple devices. Users can manage their devices, view which ones are signed in, and even sign out from any device using any of their logged-in devices. Today, I want to explo...00