I\'m writing an application in Android that consumes some REST services I\'ve created. These web services aren\'t issuing a standard Apache Basic challenge / response. Instead in the server-side code
I want to run a the following example in cucumber: Scenario: Anonymous user can log in and be remembered
We\'re experiencing a really bizarre bug in our Rails 2.3.4 app. This bug only happens in Internet Explorer (7 and 8). Here\'s what happens:
I have a site with Restful authentication as authentication plugin. I need to integrate Facebook connect. Facebook does not provide email address for the user (maybe only if user agrees if), and of co
Is there a way to change the minimum length for passwords with restful_authentication? Currently it\'s 6 characters and I need another value.
I am trying to athenticate from the elgg local server. by refering http://www.danielansari.com/wordpress/2008/12/how-to-use-the-rest-api-in-elgg-11/
I am trying to write a RESTful Google app engine application (Python) that accepts requests only from another GAE that I wrote. I dont like any of the ways that I thought of getting this done, please
I\'ve developed a REST we开发者_开发百科b service and I want to implement an OAuth Service Provider for authenticating, primarily, two-legged OAuth requests. Could anyone please point me to an impleme
I\'m pretty sure I understand how seeding work with respect to seeds.rb, but I can\'t seem to use it to stick a restful_authentication User object into the database.
I\'m creating a rails app that will run on the same domain as an older app. I would like to be able to use the restful login functionality of the older app to authenticate users for the new app.Ideall