Open
Description
Describe the bug
Authentication with backends provides a session token that may expire after a certain time for security.
There is no current method of reauthenticating other than deleting and re-adding.
This is a common use-case amongst authentication services that generally have an API to call to 'refresh' a token.
To Reproduce
Steps to reproduce the behavior:
- Add a backend
- Wait a few days/weeks
- Use backend
- See error
Expected behavior
The application should refresh the session automatically, or the user should be prompted to add their credentials again.
Environment (please complete the following information):
- OS version: Any
- Device: Any
- App Version: 3.1.0-alpha2
Additional context
Any user error message strings need to be localized.
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog