mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Zoom Node): Add notice about deprecation of Zoom JWT app support (#5156)
This commit is contained in:
committed by
GitHub
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user