-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebtask.json
More file actions
20 lines (20 loc) · 710 Bytes
/
webtask.json
File metadata and controls
20 lines (20 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"title": "Auth0 Authentication API Debugger",
"name": "auth0-authentication-api-debugger",
"version": "2.1.2",
"preVersion": "2.1.1",
"author": "auth0",
"useHashName": false,
"description": "This extension allows you to test and debug the various Authentication API endpoints",
"type": "application",
"docsUrl": "https://auth0.com/docs/extensions/authentication-api-debugger",
"logoUrl": "https://cdn.auth0.com/extensions/auth0-authentication-api-debugger/assets/logo.svg",
"repository": "https://github.com/auth0-extensions/auth0-authentication-api-debugger-extension",
"keywords": [
"auth0",
"extension"
],
"auth0": {
"scopes": "read:clients read:client_keys"
}
}