Audience question asking about using third-party auth services like Auth0 to handle users and authentication instead of Devise. Rafał's answer: offloading passwords is great (less passwords stored = fewer issues), but API-token concerns (refresh tokens, cookies, etc.) still apply, so the second half of the talk is still relevant. Also, clients often reject the cost and insist on in-house solutions.