OAuth
An open protocol to allow secure authorization in a simple and standard method from web, mobile and desktop applications.
Features
OAuth News & Activities
Recent News
Recent activities
- gunk1n liked OAuth
- POX added OAuth as alternative to IndieLogin
- POX updated OAuth
OAuth information
AlternativeTo Categories
Security & Privacy, Network & Admin, Online ServicesGitHub repository
- 51 Stars
- 27 Forks
- 55 Open Issues
- Updated Sep 29, 2024
What is OAuth?
OAuth is an open standard for authorization. It allows users to share their private resources (e.g. photos, videos, contact lists) stored on one site with another site without having to hand out their credentials, typically supplying username and password tokens instead. Each token grants access to a specific site (e.g., a video editing site) for specific resources (e.g., just videos from a specific album) and for a defined duration (e.g., the next 2 hours). This allows a user to grant a third party site access to their information stored with another service provider, without sharing their access permissions or the full extent of their data.