Skip to content

Commit

Permalink
fix(Zoom Node): Add notice about deprecation of Zoom JWT app support (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored Jan 13, 2023
1 parent e845eb3 commit 146bc3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/nodes-base/credentials/ZoomApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ export class ZoomApi implements ICredentialType {
documentationUrl = 'zoom';

properties: INodeProperties[] = [
{
displayName:
'On 1 June, 2023 Zoom will remove JWT App support. You will have to connect to Zoom using the Oauth2 auth method. <a target="_blank" href="https://marketplace.zoom.us/docs/guides/build/jwt-app/jwt-faq/">More details (zoom.us)</a>',
name: 'notice',
type: 'notice',
default: '',
},
{
displayName: 'JWT Token',
name: 'accessToken',
Expand Down

0 comments on commit 146bc3b

Please sign in to comment.