Ruby on Rails Rest Api + oAuth

Hi dear developers! What are the benefits of using rest api + oAuth in Rails 3?

where I can find authentication code examples (server + client)

Maybe I should use some different authentication? The main idea is that customers can buy goods through restfull requests, and I must provide the highest level of reliability

+5
source share
1 answer

Not a direct answer, but a slight “redirect”: check out the omniauth gem.

Home: https://github.com/intridea/omniauth

, : https://github.com/benschwarz/omniauth

, , , , , , .

+3

All Articles