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

Switch to using URLCredentialStorage to securely store tokens in the keychain #2

Open
Ast3r10n opened this issue Mar 15, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Ast3r10n
Copy link

Tokens are currently stored in the UserDefaults dictionary, which is highly discouraged to store sensitive data such as authentication tokens.

Switch to storing tokens using URLCredentialStorage (which stores permanent credentials in the keychain) or the keychain itself to store tokens.

@hadiidbouk
Copy link
Owner

That's something I will definitely want to enhance, thank you for mentioning that!

@hadiidbouk hadiidbouk added enhancement New feature or request good first issue Good for newcomers labels Mar 15, 2021
@hadiidbouk hadiidbouk self-assigned this Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants