fix(Zoom Node): Add notice about deprecation of Zoom JWT app support (#5156)

This commit is contained in:
Jonathan Bennetts 2023-01-13 15:01:28 +00:00 committed by GitHub
parent e845eb33f9
commit 146bc3bff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',