Skip to content

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

@Ast3r10n

Description

@Ast3r10n

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions