Skip to content
Snippets Groups Projects

feat: Update user token validation

Files
16
+ 2
2
@@ -19,7 +19,7 @@ paths:
summary: Publisher Agreement
description: Fetch the open-vsx.org publisher agreement for the current user.
security:
- OAuth2: [openvsx_publisher_agreement]
- OAuth2: [openvsx_publisher_agreement, openid, profile]
responses:
200:
description: Success
@@ -41,7 +41,7 @@ paths:
summary: Create a Publisher Agreement
description: Create an open-vsx.org publisher agreement for the current user.
security:
- OAuth2: [openvsx_publisher_agreement]
- OAuth2: [openvsx_publisher_agreement, openid, profile]
requestBody:
description: Required information to sign an open-vsx.org publisher agreement.
required: true
Loading