CSC/ECE 517 Fall 2013/ch1 1w19 rj: Difference between revisions
Jump to navigation
Jump to search
(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...") |
|||
Line 8: | Line 8: | ||
=== Creating an OAuth Provider === | === Creating an OAuth Provider === | ||
# Step 1 | # Step 1 | ||
# Step 2 | # Step 2 | ||
# Step 3 | # Step 3 | ||
=== Creating an OAuth Consumer === | === Creating an OAuth Consumer === | ||
# Step 1 | # Step 1 | ||
# Step 2 | # Step 2 | ||
# Step 3 | # Step 3 |
Revision as of 18:32, 14 September 2013
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
- Step 1
- Step 2
- Step 3
Creating an OAuth Consumer
- Step 1
- Step 2
- Step 3