-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Have you tried ActiveResource? I just used it to connect two Rails
apps (one of them Hobo) and it worked beautifully.

You can access remote models creating a model like this
(app/models/context.rb):

class Context < ActiveResource::Base
  self.site = http://user:password@remoteapplication/
end

I just tested Hobo in the receiver end, I didn't try it the other way
around.

Regards,
Ignacio

El 10/01/12 10:22, JezC escribió:
> Hi - another question I can't easily answer from the docs... I have
> an app that I'd like to be accessible to another program. So I want
> an XML interface. I can see how to add those forms. I can't see any
> docs about how to alter the Hobo User model to allow some sort of
> token based authentication - I've seen and used this with
> Devise/CanCan, but I don't see (or may be I don't understand what I
> see) in the standard Hobo User Model.
> 
> How do I create a Hobo App that allows another program to
> authenticate and interact?
> 

- -- 
Ignacio Huerta Arteche
http://www.ihuerta.net
Teléfono: 0034 645 70 77 35
Email realizado con software libre
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8Mam4ACgkQBPlUJ6RHaOQX5QCfZHJ8le6l9QOXwQCJKtQyeHFK
C3AAnjRVJwMjtr4wGDr1ZnuiL4aixJdg
=Nf5+
-----END PGP SIGNATURE-----

-- 
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.

Reply via email to