🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Web Development Intermediate

What is OAuth Scope?

A mechanism in OAuth that limits an application's access to a user's account to specific resources or actions.

Scopes define the level of access an application requests. For example, a GitHub app might request read:user (read profile) and repo (access repositories) scopes. Users see what access they are granting during authorization.

Scopes follow the principle of least privilege — applications should request only the minimum access needed. Common scope patterns include read/write separation, resource-specific access, and admin-level permissions.

Related Terms

Webhook
A mechanism where a server sends real-time HTTP POST notifications to a specified URL when specific events occur.
CSS Flexbox
A CSS layout model that provides efficient arrangement of items within a container, handling alignment, distribution, and spacing.
API (Application Programming Interface)
A set of rules and protocols that allows different software applications to communicate and exchange data.
Web Accessibility (a11y)
The practice of designing websites that can be used by people with disabilities, following WCAG guidelines.
HATEOAS
Hypermedia As The Engine Of Application State — a REST constraint where API responses include links to related actions and resources.
PHP
A widely-used server-side scripting language designed for web development that powers over 75% of websites including WordPress.
View All Web Development Terms →