Contents
Changelog
November 12th, 2024
Announced: September 13, 2024
November 12th, 2024
What is changing?
Starting from November 12, 2024, all public and private apps will be gradually migrated to encrypted access tokens associated with OAuth 2.0. This only applies to apps that weren't affected by last year’s changes.
Why are you migrating apps?
We’re making this change to improve security, comply with industry standards and prepare for the full deprecation of the old encryption.
Migration guide
New access tokens will be longer for improved security. Please check your app’s authentication logic and allocate enough storage space. We recommend using a minimum of varchar (768) for storing the tokens in your app’s database.
For more information about OAuth authorization, check out this article.
If you have any questions or comments, feel free to let us know in the Developer’s Community.