Minor updates on the OAuth API documentation

This commit is contained in:
Olivier Meunier
2025-11-17 22:02:25 +01:00
parent 746466a3fe
commit ccd6a75a42
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
# Authentication with OAuth
If you're writing an application that requires a user to grant the application permission to access their Readeck instance, you should not ask a user to create an API Token but instead, implement the necessary OAuth flow so your application can retrieve a token in a user friendly way.
If you're writing an application that requires a user to grant the application permission to access their Readeck instance, you should not ask a user to create an API Token but instead, implement the necessary OAuth flow so that your application can retrieve a token in a user friendly way.
## Available Scopes

View File

@@ -114,6 +114,8 @@ routes:
/oauth/revoke:
post:
tags: [oauth]
$merge:
- "traits.yaml#.authenticated"
summary: Revoke Token
description: |