And if it has to be authenticated, how can I authenticate it since user has not registered with my site yet?
I have to implement secure RESTful web services. I already did some research using Google but I\'m stuck.
I want to configure a simpl开发者_运维百科e webapplication to support an iphone app to connect with it in RESTFUL ways. Initially have a user login session enabled from the iphone to the web app. I\'d
What\'s the Rails-ey & RESTful way to route an app that will ref开发者_如何学Pythonerence entities on a national (global?) scale? Edit: this is not related to internationalization (i18n)
I\'m setting up a website where I have multiple types of users. For instance consider Amazon or CDW. They have individual accounts, where a regular person can just buy a book or a computer, and they a
I am building a web application with a services layer.The services layer is going to be built using a RESTful design.The thinking is that some time in the future we may build other applications (iPhon
I work with restful_authentication on my website. Here\'s my problem: If I am not logged in and go the page http://mywebsite.com/something#coolHash
I asked various questions about my problem (here and here) and I also asked in the #oauth & #openid freenode\'s channel on IRC. (this is note an \"UP\" question, it\'s an other problem)
For my current side project, which is a modular web management system (which could contain modules for database management, cms, project management, resource management, time tracking, etc…), I want
I\'m gonna try to explain my problem : I\'d like to allow users to connect to my api via their own accounts (login/password) or vi开发者_运维技巧a a social network (Facebook at first).