Hi, I would like to access the context.rawRequest['ip'] from a callable but it appears that you're not exposing the rawRequest in CallableContext.
I realise I could get the IP by switching to callable but ideally I'd use callable for the authentication.
Would it be something you'd consider? I would be happy to submit a PR if you let me know how you would want it implementing?