\n \n Actions\n
\n\n- \n
- \n \n {{ extension.name }}.{{ actionName }}\n \n \n
\n \n Events\n
\n\n- \n
- \n \n {{ eventName }}\n \n \n
diff --git a/platypush/backend/http/webapp/dist/index.html b/platypush/backend/http/webapp/dist/index.html index 1cfde611a..f0f64399c 100644 --- a/platypush/backend/http/webapp/dist/index.html +++ b/platypush/backend/http/webapp/dist/index.html @@ -1 +1 @@ -
Platypush provides two types of tokens:
Generate a JWT authentication token that can be used for API calls to the /execute
endpoint.
You can include the token in your requests in any of the following ways:
Authorization: Bearer
header;X-Token
header;http://site:8008/execute?token=...
for a JWT token and ...?session_token=...
for a session token; {"type":"request", "action", "...", "token":"..."}
for a JWT token, or "session_token"
for a session token. Confirm your credentials in order to generate a new JWT token.
Show session token will instead show the token cookie associated to the current session.
Platypush provides two types of tokens:
Generate a JWT authentication token that can be used for API calls to the /execute
endpoint.
You can include the token in your requests in any of the following ways:
Authorization: Bearer
header;X-Token
header;http://site:8008/execute?token=...
for a JWT token and ...?session_token=...
for a session token; {"type":"request", "action", "...", "token":"..."}
for a JWT token, or "session_token"
for a session token. Confirm your credentials in order to generate a new JWT token.
Show session token will instead show the token cookie associated to the current session.
\n
\n \n
\n\n\n
\n Platypush provides two types of tokens:\n\n
Generate a JWT authentication token that can be used for API calls to the /execute
endpoint.
You can include the token in your requests in any of the following ways:
\n\nAuthorization: Bearer
header;X-Token
header;http://site:8008/execute?token=...
\n for a JWT token and ...?session_token=...
for a\n session token;\n {\"type\":\"request\", \"action\", \"...\", \"token\":\"...\"}
for\n a JWT token, or \"session_token\"
for a session token.\n Confirm your credentials in order to generate a new JWT token.
\n\n Show session token will instead show the token cookie associated\n to the current session.\n
\n
\n
\n \n
\n\n\n
\n Platypush provides two types of tokens:\n\n
Generate a JWT authentication token that can be used for API calls to the /execute
endpoint.
You can include the token in your requests in any of the following ways:
\n\nAuthorization: Bearer
header;X-Token
header;http://site:8008/execute?token=...
\n for a JWT token and ...?session_token=...
for a\n session token;\n {\"type\":\"request\", \"action\", \"...\", \"token\":\"...\"}
for\n a JWT token, or \"session_token\"
for a session token.\n Confirm your credentials in order to generate a new JWT token.
\n\n Show session token will instead show the token cookie associated\n to the current session.\n
\n