Open authorization is an open standard that allows users to let third-party applications access the user's private resources stored on a website, such as photos, videos, contact lists, etc., without providing usernames and passwords. For third-party applications; open authorization allows users to provide a token instead of a username and password to access their data stored with a specific service provider.
Open Authorization
Open Authorization (OAuth) is an open standard that allows users to let third parties The application accesses the user's private resources (such as photos, videos, contact lists) stored on a website without providing the username and password to third-party applications.
Introduction
OAuth allows users to provide a token instead of a username and password to access their data stored with a specific service provider. Each token authorizes a specific website (for example, a video editing website) to access a specific resource (for example, just the videos in a certain album) within a specific period of time (for example, within the next 2 hours). In this way, OAuth allows users to authorize third-party websites to access certain, but not all, of their information stored with another service provider.
OAuth is a complement to OpenID, but a completely different service.
For more related knowledge, please visit PHP Chinese website!
The above is the detailed content of What does open licensing mean?. For more information, please follow other related articles on the PHP Chinese website!