Besides the manual you mentioned, there's a little bit more documentation about the user system in this tutorial:
http://cookbook.hobocentral.net/tutorials/subsite Also instructive might be to look at hobo_omniauth, which does something similar to what you're asking for. https://github.com/Hobo/hobo_omniauth/tree/master/lib/hobo_omniauth Finally, the source code for that part of Hobo is fairly straight forward. https://github.com/Hobo/hobo/blob/master/hobo/lib/hobo/controller/user_base.rb https://github.com/Hobo/hobo/blob/master/hobo/lib/hobo/model/user_base.rb cheers, Bryan On Mon, Jan 21, 2013 at 5:55 AM, Rupert Meese <[email protected]> wrote: > Hi, > > I'm building a hobo app who's main function is to provide an API to an iOS > app. I'd like to extend the hobo user model to work with some kind of token > based user authentication. My question though is less about authentication > than how to navigate around Hobo. I've read the > http://cookbook.hobocentral.net/manual/users_and_authentication > documentation and have generated a user model that includes > hobo_model_controller but I can't figure out where the session handling code > is. > > Could anyone give me some pointers about how to find and navigate through > all of the goodness that Hobo provides? I'd like it to seem a little less > magic. I can find the code for the hobo gem with `bundle show hobo > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
