Hello,
New to hobo, so I hope this isn't a terribly obvious question. I've made an "api" controller that can perform certain functions based on RESTful requests. With permissions opened wide, it works just like I'd like it. However, I can't seem to tweak the permissions how I'd like. Basically in the API call, a "API key" is passed. My api_controller logic checks this and that works great. But once I enable hobo's permissions, it doesn't work. I suspect it's because there isn't a logged in user sending the request. Since I validate the API key, how can I manually tell the backend that "I'm sure this is coming from user X".
Thanks,
Brett