This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPersist Sync credentials #6624
Closed
Persist Sync credentials #6624
Comments
|
Maybe we should just open sync browser-laptop issues in brave/sync for now and mark which platforms they are for to avoid duplicating issues |
|
im cool with that for now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sync gets AWS credentials from the Sync server so it can read and write encrypted data to AWS S3.
These credentials are valid for 36 hours, and when they expire Sync auto refreshes them.
To reduce network requests, browser clients should receive credentials from the Sync library, persist credentials, and provide them to the library on init.
Depends on Sync lib: brave/sync#30