Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure Handling of Access Key #17

Open
matjua17 opened this issue Jan 6, 2025 · 1 comment
Open

Secure Handling of Access Key #17

matjua17 opened this issue Jan 6, 2025 · 1 comment

Comments

@matjua17
Copy link

matjua17 commented Jan 6, 2025

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?

@ajakka
Copy link
Owner

ajakka commented Jan 7, 2025

Hey @matjua17

Given how HERE implements their security measures, it's really hard to dynamically assign access keys to the library, the app will crash instantly.

However if you have any ideas or suggestions to improve this aspect, I'm open for the discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants