Glossary
OAuth
OAuth (Open Authorization) is an open standard for access delegation. It allows users to grant third-party applications limited access to their resources on another service without sharing their credentials. For example, when you use 'Sign in with Google' on a website, that website uses OAuth to verify your identity through Google without ever seeing your Google password. OAuth 2.0 is the current version and is widely used across the web.