🎁 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

PHP
A widely-used server-side scripting language designed for web development that powers over 75% of websites including WordPress.
Brotli Compression
A modern compression algorithm developed by Google that achieves better compression ratios than Gzip for web content delivery.
Web Font Optimization
Techniques for loading custom fonts efficiently to minimize their impact on page load performance and visual stability.
MVC (Model-View-Controller)
An architectural pattern that separates an application into three components: data (Model), interface (View), and logic (Controller).
HTTP/2
The second major version of HTTP that improves performance through multiplexing, header compression, and server push.
Web Vitals
Google's metrics for measuring user experience quality, including loading speed, interactivity, and visual stability of web pages.
View All Web Development Terms →