Category: Authentication
-
OPEN ID & Oauth
OPEN ID & Oauth works hand in hand. To let the end user access the data the identification of the user has to be done, the identification process will require email or phone number as primary keys, and other supporting details like name, city, etc as supporting data points to ensure that the right user is identified via OPEN ID…
-
OAuth(Open Authorization)
OAuth (Open Authorization) is an open standard protocol that enables secure, delegated access to user data on behalf of applications without revealing user credentials. Used extensively for authorization across various APIs, OAuth provides a sophisticated mechanism for handling access permissions, especially in systems where users need to interact with multiple third-party applications. Core Concepts and…