Skip to content

Commit

Permalink
Add a app_name field to access tokens (#34415)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6d2ed3f7c5d1284ab13a092b81ad8733a945d4c0
  • Loading branch information
goffrie authored and Convex, Inc. committed Feb 20, 2025
1 parent ef7c28a commit 7e220c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions npm-packages/dashboard/dashboard-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2218,6 +2218,9 @@
"type": "string",
"description": "Encrypted admin key"
},
"AppName": {
"type": "string"
},
"AuditLogAction": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -2384,6 +2387,16 @@
"authnToken"
],
"properties": {
"appName": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/AppName"
}
]
},
"authnToken": {
"type": "string",
"description": "Authentication token is expected to be the access token from auth0"
Expand Down

0 comments on commit 7e220c5

Please sign in to comment.