Toby Allen

Articles

71 posts, newest first.

Auth0 Session Delegation: Two Silent Failures and One Bug of My Own

· Auth0, Customer Identity Products, Identity Security

Every SaaS company with a support team eventually needs a 'log in as this customer' button, and most build it badly. Auth0's new Session Delegation feature is a paved path for it - an audited, time-boxed session with an act claim naming the agent. Wiring up a genuine one meant fixing two failures Auth0 never surfaces as an OAuth error, then a bug entirely of my own making.

Deploying @auth0/auth0-hono to Cloudflare Workers: Three Things the Guide Doesn't Mention

· Auth0, Customer Identity Products, Identity Security

Auth0 published a guide for running a confidential client on Cloudflare Workers with @auth0/auth0-hono. I built the guide's example for real and hit three things it doesn't mention — a middleware default that locks down every route, an undocumented Node API dependency, and a session model that changes what revoking a session actually means.

Acting on behalf of: separating the actor from the account in modern identity

· Auth0, Customer Identity Products, Auth0 FGA

Identity systems are very good at answering one question: who are you? What they are less good at is the follow-up: and who are you acting for? In this post I will look at why separating the authenticated user from the account or person they are acting within is important, what it enables across a range of industries, and how Auth0 and Auth0 FGA address the two complementary sides of the problem.