How does OAuth 2.0 differ from OAuth 1.0 in terms of signature requirements?
- Both OAuth 2.0 and OAuth 1.0 use the same signature requirements.
- OAuth 2.0 uses bearer tokens without requiring signatures.
- OAuth 2.0 uses signatures for token validation, unlike OAuth 1.0.
- OAuth 2.0 uses two-legged authentication without any signatures.
In OAuth 2.0, the signature mechanism is replaced by the use of bearer tokens for better security and simplicity. OAuth 1.0, on the other hand, required signatures for each request, making it more complex.
Loading...
Related Quiz
- In CodeIgniter, the use of ________ headers can help prevent Clickjacking attacks.
- In CodeIgniter, how can you extend the session timeout for a user?
- To initialize pagination in CodeIgniter, you must first load the ________ library.
- Which function in CodeIgniter displays all PHP errors occurring in the script?
- When implementing a Content Security Policy (CSP) to protect against XSS, a developer needs to ensure that ________ to avoid unintended script blockages.