CSC/ECE 517 Fall 2013/ch1 1w19 rj

From Expertiza_Wiki
Revision as of 18:32, 14 September 2013 by Jtbangan (talk | contribs) (Created page with "'''Using secure API authorization via OAuth''' OAuth is the de facto standard authentication mechanism used by prominent websites like Facebook and Twitter. This wiki discusses...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using secure API authorization via OAuth

OAuth is the de facto standard authentication mechanism used by prominent websites like Facebook and Twitter. This wiki discusses Ruby support for OAuth and highlight using examples.

Introduction to OAuth

OAuth in Ruby

Creating an OAuth Provider

  1. Step 1
  1. Step 2
  1. Step 3

Creating an OAuth Consumer

  1. Step 1
  1. Step 2
  1. Step 3