You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
doc The documentation mentions using the updateToken method to update a token in "local secure storage." However, the specific location or nature of this storage is unclear. Additionally, I need clarification on whether it is secure enough to store sensitive information.
Describe the solution you'd like
I'd like a detailed explanation of what "local secure storage" refers to in this context. Is it a specific storage location within the device or app environment (e.g., secure keychain, encrypted local storage)? Additionally, I would like to know the security measures in place and if it is recommended to store sensitive information like authentication tokens or personal data in this storage.
Describe alternatives you've considered
One possible alternative would be to use other secure storage methods such as encrypted databases or server-side token management, depending on the sensitivity of the data.
Additional context
Please include additional information in the documentation on how "local secure storage" works within the Telegram Mini Apps SDK, and the best practices for storing tokens securely.
The text was updated successfully, but these errors were encountered:
Unfortunately, there is no explanation on the Telegram's side. I assume, this is the encrypted storage you can't access without using some specific biometry data. I can also assume, that this value is stored only locally, so you can't access on the other device using the same Telegram account
Is your feature request related to a problem? Please describe.
doc The documentation mentions using the updateToken method to update a token in "local secure storage." However, the specific location or nature of this storage is unclear. Additionally, I need clarification on whether it is secure enough to store sensitive information.
Describe the solution you'd like
I'd like a detailed explanation of what "local secure storage" refers to in this context. Is it a specific storage location within the device or app environment (e.g., secure keychain, encrypted local storage)? Additionally, I would like to know the security measures in place and if it is recommended to store sensitive information like authentication tokens or personal data in this storage.
Describe alternatives you've considered
One possible alternative would be to use other secure storage methods such as encrypted databases or server-side token management, depending on the sensitivity of the data.
Additional context
Please include additional information in the documentation on how "local secure storage" works within the Telegram Mini Apps SDK, and the best practices for storing tokens securely.
The text was updated successfully, but these errors were encountered: