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

Provide access token #51

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

natalia-osa
Copy link
Contributor

Saving the access token in plist is a threat when someone wants to reverse engineer the app. Plist is very easily readable. To make it more difficult for potential hacker even having it in code is harder to find and read, especially if it's obfuscated.
This pull request leaves the old, simple inits as they were but adds another way for people who need to keep their data secure. They can keep the token in a way they prefer and provide it in code, eg after deobfuscating.

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

Successfully merging this pull request may close these issues.

1 participant