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
I am retrieving the access keys from the backend during the app’s first launch and storing it in encrypted local storage (using MMKV). However, I am looking for a secure way to handle this process, as storing the key in the .env file or embedding it directly in the app does not feel secure.
What is the best way to securely pass and handle this?
The text was updated successfully, but these errors were encountered:
Hi!
I am retrieving the access keys from the backend during the app’s first launch and storing it in encrypted local storage (using MMKV). However, I am looking for a secure way to handle this process, as storing the key in the .env file or embedding it directly in the app does not feel secure.
What is the best way to securely pass and handle this?
The text was updated successfully, but these errors were encountered: