CSC/ECE 517 Fall 2013/ch1 1w19 rj: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
== OAuth in Ruby == | == OAuth in Ruby == | ||
=== Creating an OAuth Provider === | === Creating an OAuth Provider === | ||
# Step 1<br/> | # Step 1<br/>Step 1 details<br/><br/> | ||
# Step 2 | # Step 2<br/>Step 2 details<br/><br/> | ||
# Step 3 | # Step 3<br/>Step 3 details<br/><br/> | ||
=== Creating an OAuth Consumer === | === Creating an OAuth Consumer === |
Revision as of 18:41, 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 1 details - Step 2
Step 2 details - Step 3
Step 3 details
Creating an OAuth Consumer
- Step 1
- Step 2
- Step 3