mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 21:37:32 -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';
|
documentationUrl = 'zoom';
|
||||||
|
|
||||||
properties: INodeProperties[] = [
|
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',
|
displayName: 'JWT Token',
|
||||||
name: 'accessToken',
|
name: 'accessToken',
|
||||||
|
|
Loading…
Reference in a new issue