What is OAuth 2.0 primarily used for in web applications?
- Authentication and Authorization
- Data storage and retrieval
- Server management
- User interface design
OAuth 2.0 is primarily used for authentication and authorization in web applications. It allows a user to grant limited access to their resources on one site to another site without sharing their credentials. It is commonly used for user authentication and secure data access between different web applications.
Loading...
Related Quiz
- How does GraphQL handle under-fetching and over-fetching of data compared to REST?
- What is the primary purpose of API testing?
- One way to optimize API performance is to reduce the _____ time for each request.
- GraphQL subscriptions are used to get real-time updates when a(n) _____ occurs on the server.
- How can you implement authentication and authorization in APIs developed using Flask and Express?