Upgrade to Pro — share decks privately, control downloads, hide ads and more …

UW Advanced Rails Week 2

UW Advanced Rails Week 2

Slides from Week 2: OAuth

Ben Woodall

April 09, 2015
Tweet

More Decks by Ben Woodall

Other Decks in Technology

Transcript

  1. What is OAuth? Allows users to share data from one

    site with another without having to worry about sharing usernames and passwords Access tokens can limit the amounts and types of data a user wishes to share RFC-6749 - https://tools.ietf.org/html/rfc6749 3
  2. 4

  3. 6

  4. We need to update sign in/sign up page Controller actions

    to handle Twitter authentication A user needs to be created after authenticating with Twitter 9 What do we know so far?