mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(Zoom Node): Add notice about deprecation of Zoom JWT app support (#5156)
This commit is contained in:
parent
e845eb33f9
commit
146bc3bff5
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue