Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Persist login credentials #1

Open
3 tasks
rustyguts opened this issue Dec 2, 2021 · 0 comments
Open
3 tasks

Persist login credentials #1

rustyguts opened this issue Dec 2, 2021 · 0 comments
Assignees

Comments

@rustyguts
Copy link
Member

Every time the app updates the user has to log back in. We should persist credentials to disk, similar to how https://www.npmjs.com/package/electron-store does it.

  • Create an electron store with simple get and set methods
  • Fetch config and use it to check auth before loading React
  • Probably have to add refresh token logic in the API since access tokens will expire quickly.
@rustyguts rustyguts self-assigned this Dec 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant