diff --git a/superset-embedded-sdk/README.md b/superset-embedded-sdk/README.md index 149b9fe614757..377720dd3b919 100644 --- a/superset-embedded-sdk/README.md +++ b/superset-embedded-sdk/README.md @@ -114,7 +114,7 @@ Example `POST /security/guest_token` payload: } ``` -Alternatively, a guest token can be created directly in your app with a json like the following, and then signed +Alternatively, a guest token can be created directly in your app with a json like the following, and then signed with the secret set in configuration variable `GUEST_TOKEN_JWT_SECRET` (see configuration file config.py) ``` {