Talk 17:00

The many ways to hold a token

A real-world story of managing an external API token with a short expiration window. The speakers walk through the strategies they tried — environment variables, GenServers, ETS tables, and the handle_continue callback — and the unexpected things that happened along the way, with a focus on the trade-offs of each approach to state in Elixir applications.