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

Allow defining a custom cookie vault #63

Closed
wants to merge 1 commit into from

Conversation

aramperes
Copy link
Contributor

First pass at being able to provide a custom Vault<String> to the Requests singleton. I was able to integrate this in my project to encrypt the vault using AES.

cc @sehnryr

Closes #62

@sehnryr
Copy link
Collaborator

sehnryr commented Apr 21, 2022

I don't think there is the need to send an entire Vault<String> object. Wouldn't be better if the end user could just change the path, name and encryption key of the storage file ?

Also, creating an init method in Requests would be better for the UX.

lib/src/requests.dart Show resolved Hide resolved
lib/src/common.dart Show resolved Hide resolved
lib/src/common.dart Show resolved Hide resolved
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.

Allow passing cipher to Hive store
2 participants