Skip to content

Instantly share code, notes, and snippets.

@AndyDangerous
Created September 29, 2014 15:07
Show Gist options
  • Save AndyDangerous/a83b9a9ffc8428081017 to your computer and use it in GitHub Desktop.
Save AndyDangerous/a83b9a9ffc8428081017 to your computer and use it in GitHub Desktop.
Oauth original thoughts
Why do we use passwords?
Passwords are an easy way to handle authentication with a modicum of security
What does it mean to say we then trust the service provider?
We asusme that people aren't doing anything nefarious with our passwords and that they instead are storing salted hashes
Why does having more and more systems with logins make the average person less secure?
It's not logical/possible to keep track of login credentials for all the services for which we require authentication/authorizatoin.
How does OAuth help?
We can use one set of credentials accross many apps
Why is OAuth advantageous for a startup business?
It adds credibility(?) and makes it easier for users - lowering the bar for them to try things out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment