OAuth is a publicly available way of logging into third party websites without having to use a password.

This can only be carried out if an individual has an account on a major website such as Google, Microsoft or Twitter for instance.

This is an open standard for authorisation and is designed as a way for users to allow websites or applications to access their information on other websites, without giving them the passwords.

The technology allows users to share information about their accounts with third party apps or websites.

What does OAuth work with?

OAuth is designed to specifically work with Hypertext Transfer Protocol (HTTP) and works by allowing access tokens to be issued to third party clients by an authorisation server.

The process is only allowed when authorisation has been granted by the owner of the website for it to occur.

The history of OAuth started in November 2006 when Blaine Cook, a Canadian software engineer, was developing the Twitter OpenID implementation.