All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Understanding OAuth: The Authorization Framework for Secure Third-Party Access

By

egonschiele

9mo ago· 15 min readen

Summary

This article provides an educational overview of OAuth, an authorization framework created by Twitter in 2007 to allow third-party applications to access user data without requiring password sharing. It explains the security problems with traditional password-based authentication methods and introduces OAuth as a safer alternative for delegated access to user accounts across different services.

Key quotes

· 4 pulled
OAuth was first introduced in 2007. It was created at Twitter because Twitter wanted a way to allow third-party apps to post tweets on users' behalf.
One way would just be to ask the user for their username and password. So you create an unofficial Twitter client, and present the user a login screen that says 'log in with Twitter'.
The user does so, but instead of logging into Twitter, they're actually sending their data to you, this third-party service which logs into Twitter for them.
This is bad for a lot of reasons...
Snippet from the RSS feed
OAuth was first introduced in 2007.

You might also wanna read