hey @monster71554 you can override the consume code function on the backend sdk (override.functions), and call the original implemenation first. If that succeeds, you get back a user object containing the user ID. This happens before a session is created since this is in the functions override and not the APIs override.