[Rails] Re: Opening Up a Service Through an API
Here is some advice for older version of Rails
http://stackoverflow.com/questions/247110/looking-for-suggestions-for-building-a-secure-rest-api-within-ruby-on-rails
Any Rails 3 advice?
On Saturday, July 7, 2012 4:57:58 PM UTC-4, tekram wrote:
I wanted to get advice on opening up a Rails application to allow an external service to make REST calls to my service. Currently, REST calls are only made securely through the out of the box Rails security. However, I would like to open all of those to external users via an API.--
For example, right now people can create blog posts once creating an account and logging in. However, I would to be able to allow a third party to be able to create users and then allow blog posts for users by making API calls.
I am hoping to get an idea of what are the possibilities and what will keep it the secure as possible.
Thanks
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/CFy-5Nw0QZoJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home