Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GH-309]: Removed mention of JWT setup from the README as it is no longer supported. #310

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,7 @@ Select **Done** and then save your app.
* Select the **Regenerate** button next to the field **At Rest Token Encryption Key**.
* Make sure **Enable Password based authentication** is set to `false`.
* Ignore **API Key** and **API Secret** fields.
* **JWT/Password?**
* Make sure **Enable OAuth** is set to `false`.
* Ignore the fields **Zoom OAuth Client ID**, **Zoom OAuth Client Secret**, and **At Rest Token Encryption Key**.
* Set **Enable Password based authentication** to `true`.
* Use the API Key and API Secret generated when configuring the plugin to fill in the fields **API Key** and **API Secret**.

* If you are using Webhooks or Deauthorization, make sure you select the **Regenerate** button on **Webhook Secret** field.
* Select **Save**.

Expand Down
Loading