Zoom offers several app types, including JWT and Meeting SDK. We are currently using Meeting SDK. We use JWT for the login via Meeting SDK. However, Zoom also calls an app type JWT. The app type JWT is deprecated and will be shut down in the middle of next year.
Does this generally apply to using JWT tokens for login authentication, or is only JWT as app type deprecated?
If JWT is generally deprecated, is there any guide on how to change from JWT to oAuth? Especially for web component view, that’s used by users that join zoom meetings without zoom account and without redirect.