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

Token auth #434

Merged
merged 23 commits into from
Oct 22, 2023
Merged

Token auth #434

merged 23 commits into from
Oct 22, 2023

Conversation

SchrodingersGat
Copy link
Member

@SchrodingersGat SchrodingersGat commented Oct 21, 2023

Updates to current auth scheme:

  • Store API token, rather than username:password
  • username:password no longer stored on the device
  • If the token expires, or is revoked, user must login again
  • Closes Store token rather than credentials #351

Note: As we move away from hard-coded username:password authentication, this will allow us to potentially by able to support #422 in the near future

@SchrodingersGat SchrodingersGat added the enhancement New feature or request label Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store token rather than credentials
1 participant