CSC/ECE 517 Fall 2013/ch1 1w19 rj
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