diff --git a/platypush/backend/http/webapp/dist/index.html b/platypush/backend/http/webapp/dist/index.html index 3f88e6dec..39494f1f4 100644 --- a/platypush/backend/http/webapp/dist/index.html +++ b/platypush/backend/http/webapp/dist/index.html @@ -1 +1 @@ -
\n \n
\n \n
auth_token
found in the YouTube configuration. auth_token
to be set in the youtube
section of the configuration file in order to access your playlists and subscriptions.auth_token
query parameter from the URL.auth_token
field in the youtube
section of the configuration file. auth_token
found in the YouTube configuration.\n auth_token
to be set in the\n youtube
section of the configuration file in order to\n access your playlists and subscriptions.auth_token
query parameter from the URL.auth_token
field in the\n youtube
section of the configuration file.\n auth_token
found in the YouTube configuration.\n auth_token
to be set in the\n youtube
section of the configuration file in order to\n access your playlists and subscriptions.auth_token
query parameter from the URL.auth_token
field in the\n youtube
section of the configuration file.\n 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